pub struct LinuxDirectoryHandle { /* private fields */ }Expand description
An owned, scan-scoped capability for one admitted directory.
The descriptor is intentionally not cloneable: the scanner frontier is the
sole owner of traversal authority. display_path is reporting data only and
is never used to reopen the directory.
Trait Implementations§
Auto Trait Implementations§
impl !Sync for LinuxDirectoryHandle
impl Freeze for LinuxDirectoryHandle
impl RefUnwindSafe for LinuxDirectoryHandle
impl Send for LinuxDirectoryHandle
impl Unpin for LinuxDirectoryHandle
impl UnsafeUnpin for LinuxDirectoryHandle
impl UnwindSafe for LinuxDirectoryHandle
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