pub struct TransferTransferFoldersOptions {
pub fields: Option<Vec<String>>,
pub notify: Option<bool>,
}Expand description
Optional parameters for TransferManager::transfer_folders.
Fields§
§fields: Option<Vec<String>>§notify: Option<bool>Trait Implementations§
Source§impl Clone for TransferTransferFoldersOptions
impl Clone for TransferTransferFoldersOptions
Source§fn clone(&self) -> TransferTransferFoldersOptions
fn clone(&self) -> TransferTransferFoldersOptions
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 Default for TransferTransferFoldersOptions
impl Default for TransferTransferFoldersOptions
Source§fn default() -> TransferTransferFoldersOptions
fn default() -> TransferTransferFoldersOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TransferTransferFoldersOptions
impl RefUnwindSafe for TransferTransferFoldersOptions
impl Send for TransferTransferFoldersOptions
impl Sync for TransferTransferFoldersOptions
impl Unpin for TransferTransferFoldersOptions
impl UnsafeUnpin for TransferTransferFoldersOptions
impl UnwindSafe for TransferTransferFoldersOptions
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