pub struct ScrubberItem { /* private fields */ }
Implementations§
Source§impl ScrubberItem
impl ScrubberItem
Trait Implementations§
Source§impl Clone for ScrubberItem
impl Clone for ScrubberItem
Source§fn clone(&self) -> ScrubberItem
fn clone(&self) -> ScrubberItem
Returns a duplicate 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 ScrubberItem
impl Debug for ScrubberItem
Source§impl From<ScrubberItem> for JsValue
impl From<ScrubberItem> for JsValue
Source§fn from(value: ScrubberItem) -> Self
fn from(value: ScrubberItem) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for ScrubberItem
impl FromWasmAbi for ScrubberItem
Source§impl IntoWasmAbi for ScrubberItem
impl IntoWasmAbi for ScrubberItem
Source§impl LongRefFromWasmAbi for ScrubberItem
impl LongRefFromWasmAbi for ScrubberItem
Source§impl OptionFromWasmAbi for ScrubberItem
impl OptionFromWasmAbi for ScrubberItem
Source§impl OptionIntoWasmAbi for ScrubberItem
impl OptionIntoWasmAbi for ScrubberItem
Source§impl PartialEq for ScrubberItem
impl PartialEq for ScrubberItem
Source§impl RefFromWasmAbi for ScrubberItem
impl RefFromWasmAbi for ScrubberItem
Source§type Anchor = RcRef<ScrubberItem>
type Anchor = RcRef<ScrubberItem>
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 ScrubberItem
impl RefMutFromWasmAbi for ScrubberItem
Source§impl TryFromJsValue for ScrubberItem
impl TryFromJsValue for ScrubberItem
Source§impl VectorFromWasmAbi for ScrubberItem
impl VectorFromWasmAbi for ScrubberItem
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[ScrubberItem]>
Source§impl VectorIntoJsValue for ScrubberItem
impl VectorIntoJsValue for ScrubberItem
fn vector_into_jsvalue(vector: Box<[ScrubberItem]>) -> JsValue
Source§impl VectorIntoWasmAbi for ScrubberItem
impl VectorIntoWasmAbi for ScrubberItem
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[ScrubberItem]>) -> Self::Abi
Source§impl WasmDescribeVector for ScrubberItem
impl WasmDescribeVector for ScrubberItem
impl StructuralPartialEq for ScrubberItem
impl SupportsConstructor for ScrubberItem
impl SupportsInstanceProperty for ScrubberItem
impl SupportsStaticProperty for ScrubberItem
Auto Trait Implementations§
impl Freeze for ScrubberItem
impl RefUnwindSafe for ScrubberItem
impl !Send for ScrubberItem
impl !Sync for ScrubberItem
impl Unpin for ScrubberItem
impl UnwindSafe for ScrubberItem
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> 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
.