pub struct OwnedDir { /* private fields */ }Expand description
An owned directory stream.
It’s closed on drop.
Trait Implementations§
impl Eq for OwnedDir
impl StructuralPartialEq for OwnedDir
Auto Trait Implementations§
impl Freeze for OwnedDir
impl RefUnwindSafe for OwnedDir
impl !Send for OwnedDir
impl !Sync for OwnedDir
impl Unpin for OwnedDir
impl UnwindSafe for OwnedDir
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