Enum wasm::value::RefValueTy
source · pub enum RefValueTy {
Func,
Extern,
}
Variants§
Trait Implementations§
source§impl Clone for RefValueTy
impl Clone for RefValueTy
source§fn clone(&self) -> RefValueTy
fn clone(&self) -> RefValueTy
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RefValueTy
impl Debug for RefValueTy
source§impl PartialEq for RefValueTy
impl PartialEq for RefValueTy
source§fn eq(&self, other: &RefValueTy) -> bool
fn eq(&self, other: &RefValueTy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RefValueTy
impl StructuralPartialEq for RefValueTy
Auto Trait Implementations§
impl RefUnwindSafe for RefValueTy
impl Send for RefValueTy
impl Sync for RefValueTy
impl Unpin for RefValueTy
impl UnwindSafe for RefValueTy
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more