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