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