pub struct DirectoryStatOpts {
pub do_not_follow_symlinks: Option<bool>,
}Fields§
§do_not_follow_symlinks: Option<bool>If specified, do not follow symlinks.
Trait Implementations§
Source§impl Debug for DirectoryStatOpts
impl Debug for DirectoryStatOpts
Source§impl PartialEq for DirectoryStatOpts
impl PartialEq for DirectoryStatOpts
impl StructuralPartialEq for DirectoryStatOpts
Auto Trait Implementations§
impl Freeze for DirectoryStatOpts
impl RefUnwindSafe for DirectoryStatOpts
impl Send for DirectoryStatOpts
impl Sync for DirectoryStatOpts
impl Unpin for DirectoryStatOpts
impl UnsafeUnpin for DirectoryStatOpts
impl UnwindSafe for DirectoryStatOpts
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