pub struct ReadDirOptions {
pub dotfiles: bool,
pub implied: bool,
pub sort: bool,
pub reverse: bool,
pub colored: bool,
pub format: Option<Format>,
pub directory: String,
}Fields§
§dotfiles: bool§implied: bool§sort: bool§reverse: bool§colored: bool§format: Option<Format>§directory: StringImplementations§
Auto Trait Implementations§
impl Freeze for ReadDirOptions
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