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