pub struct LinkMessage { /* private fields */ }Implementations§
Trait Implementations§
Source§impl From<LinkMessage> for JsValue
impl From<LinkMessage> for JsValue
Source§fn from(value: LinkMessage) -> Self
fn from(value: LinkMessage) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for LinkMessage
impl FromWasmAbi for LinkMessage
Source§impl IntoWasmAbi for LinkMessage
impl IntoWasmAbi for LinkMessage
Source§impl LongRefFromWasmAbi for LinkMessage
impl LongRefFromWasmAbi for LinkMessage
Source§impl OptionFromWasmAbi for LinkMessage
impl OptionFromWasmAbi for LinkMessage
Source§impl OptionIntoWasmAbi for LinkMessage
impl OptionIntoWasmAbi for LinkMessage
Source§impl RefFromWasmAbi for LinkMessage
impl RefFromWasmAbi for LinkMessage
Source§type Anchor = RcRef<LinkMessage>
type Anchor = RcRef<LinkMessage>
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 LinkMessage
impl RefMutFromWasmAbi for LinkMessage
Source§impl TryFrom<&Message> for LinkMessage
impl TryFrom<&Message> for LinkMessage
Source§impl TryFromJsValue for LinkMessage
impl TryFromJsValue for LinkMessage
Source§impl VectorFromWasmAbi for LinkMessage
impl VectorFromWasmAbi for LinkMessage
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[LinkMessage]>
Source§impl VectorIntoJsValue for LinkMessage
impl VectorIntoJsValue for LinkMessage
fn vector_into_jsvalue(vector: Box<[LinkMessage]>) -> JsValue
Source§impl VectorIntoWasmAbi for LinkMessage
impl VectorIntoWasmAbi for LinkMessage
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[LinkMessage]>) -> Self::Abi
Source§impl WasmDescribeVector for LinkMessage
impl WasmDescribeVector for LinkMessage
impl SupportsConstructor for LinkMessage
impl SupportsInstanceProperty for LinkMessage
impl SupportsStaticProperty for LinkMessage
Auto Trait Implementations§
impl Freeze for LinkMessage
impl RefUnwindSafe for LinkMessage
impl Send for LinkMessage
impl Sync for LinkMessage
impl Unpin for LinkMessage
impl UnwindSafe for LinkMessage
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> 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::AbiSource§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.