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