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