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