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 · 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
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 PartialEq for GetFileIconOptions
impl PartialEq for GetFileIconOptions
Source§impl RefFromWasmAbi for GetFileIconOptions
impl RefFromWasmAbi for GetFileIconOptions
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 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 VectorIntoJsValue for GetFileIconOptions
impl VectorIntoJsValue for GetFileIconOptions
fn vector_into_jsvalue(vector: Box<[GetFileIconOptions]>) -> JsValue
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
impl Eq for GetFileIconOptions
impl StructuralPartialEq for GetFileIconOptions
impl SupportsConstructor for GetFileIconOptions
impl SupportsInstanceProperty for GetFileIconOptions
impl SupportsStaticProperty 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 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::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
.