pub struct MapU64ToArrI64(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<OrderedHashMap<u64, Vec<i64>>> for MapU64ToArrI64
impl AsRef<OrderedHashMap<u64, Vec<i64>>> for MapU64ToArrI64
Source§impl Clone for MapU64ToArrI64
impl Clone for MapU64ToArrI64
Source§fn clone(&self) -> MapU64ToArrI64
fn clone(&self) -> MapU64ToArrI64
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 Debug for MapU64ToArrI64
impl Debug for MapU64ToArrI64
Source§impl From<MapU64ToArrI64> for JsValue
impl From<MapU64ToArrI64> for JsValue
Source§fn from(value: MapU64ToArrI64) -> Self
fn from(value: MapU64ToArrI64) -> Self
Converts to this type from the input type.
Source§impl From<OrderedHashMap<u64, Vec<i64>>> for MapU64ToArrI64
impl From<OrderedHashMap<u64, Vec<i64>>> for MapU64ToArrI64
Source§impl FromWasmAbi for MapU64ToArrI64
impl FromWasmAbi for MapU64ToArrI64
Source§impl Into<OrderedHashMap<u64, Vec<i64>>> for MapU64ToArrI64
impl Into<OrderedHashMap<u64, Vec<i64>>> for MapU64ToArrI64
Source§impl IntoWasmAbi for MapU64ToArrI64
impl IntoWasmAbi for MapU64ToArrI64
Source§impl LongRefFromWasmAbi for MapU64ToArrI64
impl LongRefFromWasmAbi for MapU64ToArrI64
Source§impl OptionFromWasmAbi for MapU64ToArrI64
impl OptionFromWasmAbi for MapU64ToArrI64
Source§impl OptionIntoWasmAbi for MapU64ToArrI64
impl OptionIntoWasmAbi for MapU64ToArrI64
Source§impl RefFromWasmAbi for MapU64ToArrI64
impl RefFromWasmAbi for MapU64ToArrI64
Source§type Anchor = RcRef<MapU64ToArrI64>
type Anchor = RcRef<MapU64ToArrI64>
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 MapU64ToArrI64
impl RefMutFromWasmAbi for MapU64ToArrI64
Source§impl TryFromJsValue for MapU64ToArrI64
impl TryFromJsValue for MapU64ToArrI64
Source§impl VectorFromWasmAbi for MapU64ToArrI64
impl VectorFromWasmAbi for MapU64ToArrI64
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[MapU64ToArrI64]>
Source§impl VectorIntoJsValue for MapU64ToArrI64
impl VectorIntoJsValue for MapU64ToArrI64
fn vector_into_jsvalue(vector: Box<[MapU64ToArrI64]>) -> JsValue
Source§impl VectorIntoWasmAbi for MapU64ToArrI64
impl VectorIntoWasmAbi for MapU64ToArrI64
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[MapU64ToArrI64]>) -> Self::Abi
Source§impl WasmDescribeVector for MapU64ToArrI64
impl WasmDescribeVector for MapU64ToArrI64
impl SupportsConstructor for MapU64ToArrI64
impl SupportsInstanceProperty for MapU64ToArrI64
impl SupportsStaticProperty for MapU64ToArrI64
Auto Trait Implementations§
impl Freeze for MapU64ToArrI64
impl RefUnwindSafe for MapU64ToArrI64
impl Send for MapU64ToArrI64
impl Sync for MapU64ToArrI64
impl Unpin for MapU64ToArrI64
impl UnwindSafe for MapU64ToArrI64
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> 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::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.