pub struct MoveToApplicationsFolderOptions { /* private fields */ }
Implementations§
Source§impl MoveToApplicationsFolderOptions
impl MoveToApplicationsFolderOptions
pub fn new(conflict_handler: &Function) -> MoveToApplicationsFolderOptions
pub fn conflict_handler(&self) -> Function
pub fn set_conflict_handler(&mut self, value: Function)
Trait Implementations§
Source§impl Clone for MoveToApplicationsFolderOptions
impl Clone for MoveToApplicationsFolderOptions
Source§fn clone(&self) -> MoveToApplicationsFolderOptions
fn clone(&self) -> MoveToApplicationsFolderOptions
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 From<MoveToApplicationsFolderOptions> for JsValue
impl From<MoveToApplicationsFolderOptions> for JsValue
Source§fn from(value: MoveToApplicationsFolderOptions) -> Self
fn from(value: MoveToApplicationsFolderOptions) -> Self
Converts to this type from the input type.
Source§impl PartialEq for MoveToApplicationsFolderOptions
impl PartialEq for MoveToApplicationsFolderOptions
Source§fn eq(&self, other: &MoveToApplicationsFolderOptions) -> bool
fn eq(&self, other: &MoveToApplicationsFolderOptions) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl RefFromWasmAbi for MoveToApplicationsFolderOptions
impl RefFromWasmAbi for MoveToApplicationsFolderOptions
Source§type Anchor = RcRef<MoveToApplicationsFolderOptions>
type Anchor = RcRef<MoveToApplicationsFolderOptions>
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 VectorFromWasmAbi for MoveToApplicationsFolderOptions
impl VectorFromWasmAbi for MoveToApplicationsFolderOptions
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi( js: Self::Abi, ) -> Box<[MoveToApplicationsFolderOptions]>
Source§impl VectorIntoJsValue for MoveToApplicationsFolderOptions
impl VectorIntoJsValue for MoveToApplicationsFolderOptions
fn vector_into_jsvalue( vector: Box<[MoveToApplicationsFolderOptions]>, ) -> JsValue
Source§impl VectorIntoWasmAbi for MoveToApplicationsFolderOptions
impl VectorIntoWasmAbi for MoveToApplicationsFolderOptions
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[MoveToApplicationsFolderOptions]>) -> Self::Abi
Source§impl WasmDescribeVector for MoveToApplicationsFolderOptions
impl WasmDescribeVector for MoveToApplicationsFolderOptions
impl Eq for MoveToApplicationsFolderOptions
impl StructuralPartialEq for MoveToApplicationsFolderOptions
impl SupportsConstructor for MoveToApplicationsFolderOptions
impl SupportsInstanceProperty for MoveToApplicationsFolderOptions
impl SupportsStaticProperty for MoveToApplicationsFolderOptions
Auto Trait Implementations§
impl Freeze for MoveToApplicationsFolderOptions
impl RefUnwindSafe for MoveToApplicationsFolderOptions
impl !Send for MoveToApplicationsFolderOptions
impl !Sync for MoveToApplicationsFolderOptions
impl Unpin for MoveToApplicationsFolderOptions
impl UnwindSafe for MoveToApplicationsFolderOptions
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
.