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