pub struct IntList(/* private fields */);
Implementations§
Trait Implementations§
Source§impl FromWasmAbi for IntList
impl FromWasmAbi for IntList
Source§impl IntoWasmAbi for IntList
impl IntoWasmAbi for IntList
Source§impl LongRefFromWasmAbi for IntList
impl LongRefFromWasmAbi for IntList
Source§impl OptionFromWasmAbi for IntList
impl OptionFromWasmAbi for IntList
Source§impl OptionIntoWasmAbi for IntList
impl OptionIntoWasmAbi for IntList
Source§impl RefFromWasmAbi for IntList
impl RefFromWasmAbi for IntList
Source§impl RefMutFromWasmAbi for IntList
impl RefMutFromWasmAbi for IntList
Source§impl TryFromJsValue for IntList
impl TryFromJsValue for IntList
Source§impl VectorFromWasmAbi for IntList
impl VectorFromWasmAbi for IntList
Source§impl VectorIntoWasmAbi for IntList
impl VectorIntoWasmAbi for IntList
impl SupportsConstructor for IntList
impl SupportsInstanceProperty for IntList
impl SupportsStaticProperty for IntList
Auto Trait Implementations§
impl Freeze for IntList
impl RefUnwindSafe for IntList
impl Send for IntList
impl Sync for IntList
impl Unpin for IntList
impl UnwindSafe for IntList
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::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
.