pub struct GraggleNode { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl From<GraggleNode> for JsValue
impl From<GraggleNode> for JsValue
Source§fn from(value: GraggleNode) -> Self
fn from(value: GraggleNode) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for GraggleNode
impl FromWasmAbi for GraggleNode
Source§impl IntoWasmAbi for GraggleNode
impl IntoWasmAbi for GraggleNode
Source§impl LongRefFromWasmAbi for GraggleNode
impl LongRefFromWasmAbi for GraggleNode
Source§impl OptionFromWasmAbi for GraggleNode
impl OptionFromWasmAbi for GraggleNode
Source§impl OptionIntoWasmAbi for GraggleNode
impl OptionIntoWasmAbi for GraggleNode
Source§impl RefFromWasmAbi for GraggleNode
impl RefFromWasmAbi for GraggleNode
Source§type Anchor = RcRef<GraggleNode>
type Anchor = RcRef<GraggleNode>
The type that holds the reference to
Self
for the duration of the
invocation of the function that has an &Self
parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Source§impl RefMutFromWasmAbi for GraggleNode
impl RefMutFromWasmAbi for GraggleNode
Source§impl Serialize for GraggleNode
impl Serialize for GraggleNode
Source§impl TryFromJsValue for GraggleNode
impl TryFromJsValue for GraggleNode
Source§impl VectorFromWasmAbi for GraggleNode
impl VectorFromWasmAbi for GraggleNode
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[GraggleNode]>
Source§impl VectorIntoJsValue for GraggleNode
impl VectorIntoJsValue for GraggleNode
fn vector_into_jsvalue(vector: Box<[GraggleNode]>) -> JsValue
Source§impl VectorIntoWasmAbi for GraggleNode
impl VectorIntoWasmAbi for GraggleNode
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[GraggleNode]>) -> Self::Abi
Source§impl WasmDescribeVector for GraggleNode
impl WasmDescribeVector for GraggleNode
impl SupportsConstructor for GraggleNode
impl SupportsInstanceProperty for GraggleNode
impl SupportsStaticProperty for GraggleNode
Auto Trait Implementations§
impl Freeze for GraggleNode
impl RefUnwindSafe for GraggleNode
impl Send for GraggleNode
impl Sync for GraggleNode
impl Unpin for GraggleNode
impl UnwindSafe for GraggleNode
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
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
Source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.