pub struct JsVectorEntry { /* private fields */ }Expand description
JavaScript-compatible VectorEntry
Implementations§
Trait Implementations§
Source§impl Clone for JsVectorEntry
impl Clone for JsVectorEntry
Source§fn clone(&self) -> JsVectorEntry
fn clone(&self) -> JsVectorEntry
Returns a duplicate 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 From<JsVectorEntry> for JsValue
impl From<JsVectorEntry> for JsValue
Source§fn from(value: JsVectorEntry) -> Self
fn from(value: JsVectorEntry) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for JsVectorEntry
impl FromWasmAbi for JsVectorEntry
Source§impl IntoWasmAbi for JsVectorEntry
impl IntoWasmAbi for JsVectorEntry
Source§impl LongRefFromWasmAbi for JsVectorEntry
impl LongRefFromWasmAbi for JsVectorEntry
Source§impl OptionFromWasmAbi for JsVectorEntry
impl OptionFromWasmAbi for JsVectorEntry
Source§impl OptionIntoWasmAbi for JsVectorEntry
impl OptionIntoWasmAbi for JsVectorEntry
Source§impl RefFromWasmAbi for JsVectorEntry
impl RefFromWasmAbi for JsVectorEntry
Source§type Anchor = RcRef<JsVectorEntry>
type Anchor = RcRef<JsVectorEntry>
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 JsVectorEntry
impl RefMutFromWasmAbi for JsVectorEntry
Source§impl TryFromJsValue for JsVectorEntry
impl TryFromJsValue for JsVectorEntry
Source§impl VectorFromWasmAbi for JsVectorEntry
impl VectorFromWasmAbi for JsVectorEntry
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[JsVectorEntry]>
Source§impl VectorIntoWasmAbi for JsVectorEntry
impl VectorIntoWasmAbi for JsVectorEntry
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[JsVectorEntry]>) -> Self::Abi
Source§impl WasmDescribeVector for JsVectorEntry
impl WasmDescribeVector for JsVectorEntry
impl SupportsConstructor for JsVectorEntry
impl SupportsInstanceProperty for JsVectorEntry
impl SupportsStaticProperty for JsVectorEntry
Auto Trait Implementations§
impl Freeze for JsVectorEntry
impl RefUnwindSafe for JsVectorEntry
impl Send for JsVectorEntry
impl Sync for JsVectorEntry
impl Unpin for JsVectorEntry
impl UnwindSafe for JsVectorEntry
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
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.