Struct read_dir::ReadDirOptions
source · pub struct ReadDirOptions {
pub dotfiles: bool,
pub implied: bool,
pub sort: bool,
pub reverse: bool,
}Fields§
§dotfiles: bool§implied: bool§sort: bool§reverse: boolImplementations§
Auto Trait Implementations§
impl RefUnwindSafe for ReadDirOptions
impl Send for ReadDirOptions
impl Sync for ReadDirOptions
impl Unpin for ReadDirOptions
impl UnwindSafe for ReadDirOptions
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