pub struct Object2Updater { /* private fields */ }
Expand description
Updater for an Object2.
Trait Implementations§
source§impl Clone for Object2Updater
impl Clone for Object2Updater
source§fn clone(&self) -> Object2Updater
fn clone(&self) -> Object2Updater
Returns a copy 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 Object2Updater
impl Debug for Object2Updater
source§impl From<Object2Updater> for JsValue
impl From<Object2Updater> for JsValue
source§fn from(value: Object2Updater) -> Self
fn from(value: Object2Updater) -> Self
Converts to this type from the input type.
source§impl FromWasmAbi for Object2Updater
impl FromWasmAbi for Object2Updater
source§impl IntoWasmAbi for Object2Updater
impl IntoWasmAbi for Object2Updater
source§impl LongRefFromWasmAbi for Object2Updater
impl LongRefFromWasmAbi for Object2Updater
source§impl OptionFromWasmAbi for Object2Updater
impl OptionFromWasmAbi for Object2Updater
source§impl OptionIntoWasmAbi for Object2Updater
impl OptionIntoWasmAbi for Object2Updater
source§impl RefFromWasmAbi for Object2Updater
impl RefFromWasmAbi for Object2Updater
§type Anchor = Ref<'static, Object2Updater>
type Anchor = Ref<'static, Object2Updater>
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 Object2Updater
impl RefMutFromWasmAbi for Object2Updater
source§impl TryFromJsValue for Object2Updater
impl TryFromJsValue for Object2Updater
source§impl VectorFromWasmAbi for Object2Updater
impl VectorFromWasmAbi for Object2Updater
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[Object2Updater]>
source§impl VectorIntoWasmAbi for Object2Updater
impl VectorIntoWasmAbi for Object2Updater
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[Object2Updater]>) -> Self::Abi
source§impl WasmDescribeVector for Object2Updater
impl WasmDescribeVector for Object2Updater
Auto Trait Implementations§
impl RefUnwindSafe for Object2Updater
impl Send for Object2Updater
impl Sync for Object2Updater
impl Unpin for Object2Updater
impl UnwindSafe for Object2Updater
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> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
§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
.§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self
from the equivalent element of its
superset. Read more§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self
is actually part of its subset T
(and can be converted to it).§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset
but without any property checks. Always succeeds.§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self
to the equivalent element of its superset.