pub struct GetFileIconOptions { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for GetFileIconOptions
impl Clone for GetFileIconOptions
Source§fn clone(&self) -> GetFileIconOptions
fn clone(&self) -> GetFileIconOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetFileIconOptions
impl Debug for GetFileIconOptions
impl Eq for GetFileIconOptions
Source§impl From<GetFileIconOptions> for JsValue
impl From<GetFileIconOptions> for JsValue
Source§fn from(value: GetFileIconOptions) -> Self
fn from(value: GetFileIconOptions) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for GetFileIconOptions
impl FromWasmAbi for GetFileIconOptions
Source§impl IntoWasmAbi for GetFileIconOptions
impl IntoWasmAbi for GetFileIconOptions
Source§impl LongRefFromWasmAbi for GetFileIconOptions
impl LongRefFromWasmAbi for GetFileIconOptions
Source§type Abi = WasmPtr<WasmRefCell<GetFileIconOptions>>
type Abi = WasmPtr<WasmRefCell<GetFileIconOptions>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRef<GetFileIconOptions>
type Anchor = RcRef<GetFileIconOptions>
Same as
RefFromWasmAbi::AnchorSource§unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
Same as
RefFromWasmAbi::ref_from_abiSource§impl PartialEq for GetFileIconOptions
impl PartialEq for GetFileIconOptions
Source§fn eq(&self, other: &GetFileIconOptions) -> bool
fn eq(&self, other: &GetFileIconOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RefFromWasmAbi for GetFileIconOptions
impl RefFromWasmAbi for GetFileIconOptions
Source§type Abi = WasmPtr<WasmRefCell<GetFileIconOptions>>
type Abi = WasmPtr<WasmRefCell<GetFileIconOptions>>
The Wasm ABI type references to
Self are recovered from.Source§type Anchor = RcRef<GetFileIconOptions>
type Anchor = RcRef<GetFileIconOptions>
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 GetFileIconOptions
impl RefMutFromWasmAbi for GetFileIconOptions
Source§type Abi = WasmPtr<WasmRefCell<GetFileIconOptions>>
type Abi = WasmPtr<WasmRefCell<GetFileIconOptions>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRefMut<GetFileIconOptions>
type Anchor = RcRefMut<GetFileIconOptions>
Same as
RefFromWasmAbi::AnchorSource§unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
Same as
RefFromWasmAbi::ref_from_abiimpl StructuralPartialEq for GetFileIconOptions
impl SupportsConstructor for GetFileIconOptions
impl SupportsInstanceProperty for GetFileIconOptions
impl SupportsStaticProperty for GetFileIconOptions
Source§impl TryFromJsValue for GetFileIconOptions
impl TryFromJsValue for GetFileIconOptions
Source§impl VectorFromWasmAbi for GetFileIconOptions
impl VectorFromWasmAbi for GetFileIconOptions
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[GetFileIconOptions]>
Source§impl VectorIntoWasmAbi for GetFileIconOptions
impl VectorIntoWasmAbi for GetFileIconOptions
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[GetFileIconOptions]>) -> Self::Abi
Source§impl WasmDescribeVector for GetFileIconOptions
impl WasmDescribeVector for GetFileIconOptions
Auto Trait Implementations§
impl Freeze for GetFileIconOptions
impl RefUnwindSafe for GetFileIconOptions
impl Send for GetFileIconOptions
impl Sync for GetFileIconOptions
impl Unpin for GetFileIconOptions
impl UnsafeUnpin for GetFileIconOptions
impl UnwindSafe for GetFileIconOptions
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.