pub struct ItemOptions {
pub dirs: bool,
pub files: bool,
pub other: bool,
}Expand description
Get filesystem items while making use of the excludes module.
Fields§
§dirs: bool§files: bool§other: boolTrait Implementations§
Source§impl Clone for ItemOptions
impl Clone for ItemOptions
Source§fn clone(&self) -> ItemOptions
fn clone(&self) -> ItemOptions
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ItemOptions
impl Debug for ItemOptions
impl Copy for ItemOptions
Auto Trait Implementations§
impl Freeze for ItemOptions
impl RefUnwindSafe for ItemOptions
impl Send for ItemOptions
impl Sync for ItemOptions
impl Unpin for ItemOptions
impl UnwindSafe for ItemOptions
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