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