pub struct FileListOptions {
pub format: FileListFormat,
pub path_filter: Option<String>,
pub pattern: Option<String>,
pub include_metadata: bool,
pub max_depth: Option<usize>,
}Fields§
§format: FileListFormat§path_filter: Option<String>§pattern: Option<String>§include_metadata: bool§max_depth: Option<usize>Trait Implementations§
Source§impl Clone for FileListOptions
impl Clone for FileListOptions
Source§fn clone(&self) -> FileListOptions
fn clone(&self) -> FileListOptions
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 Freeze for FileListOptions
impl RefUnwindSafe for FileListOptions
impl Send for FileListOptions
impl Sync for FileListOptions
impl Unpin for FileListOptions
impl UnsafeUnpin for FileListOptions
impl UnwindSafe for FileListOptions
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