pub struct ListOpts {
pub depth: usize,
pub glob: Option<String>,
pub dirs_only: bool,
}Fields§
§depth: usize§glob: Option<String>§dirs_only: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ListOpts
impl RefUnwindSafe for ListOpts
impl Send for ListOpts
impl Sync for ListOpts
impl Unpin for ListOpts
impl UnsafeUnpin for ListOpts
impl UnwindSafe for ListOpts
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