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