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