pub enum ExposeHiddenFiles {
OnlyWellKnown,
Hide,
Expose,
}Variants§
Trait Implementations§
Source§impl Default for ExposeHiddenFiles
impl Default for ExposeHiddenFiles
Source§fn default() -> ExposeHiddenFiles
fn default() -> ExposeHiddenFiles
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExposeHiddenFiles
impl RefUnwindSafe for ExposeHiddenFiles
impl Send for ExposeHiddenFiles
impl Sync for ExposeHiddenFiles
impl Unpin for ExposeHiddenFiles
impl UnsafeUnpin for ExposeHiddenFiles
impl UnwindSafe for ExposeHiddenFiles
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