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