pub struct FileListRequest { /* private fields */ }Expand description
Lists files. Build with Files::list.
Implementations§
Trait Implementations§
Source§impl Clone for FileListRequest
impl Clone for FileListRequest
Source§fn clone(&self) -> FileListRequest
fn clone(&self) -> FileListRequest
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for FileListRequest
impl !UnwindSafe for FileListRequest
impl Freeze for FileListRequest
impl Send for FileListRequest
impl Sync for FileListRequest
impl Unpin for FileListRequest
impl UnsafeUnpin for FileListRequest
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