pub struct Dir<'a, P> { /* private fields */ }Expand description
Debug directory entry.
Implementations§
Trait Implementations§
impl<'a, P: Copy> Copy for Dir<'a, P>
Auto Trait Implementations§
impl<'a, P> Freeze for Dir<'a, P>where
P: Freeze,
impl<'a, P> RefUnwindSafe for Dir<'a, P>where
P: RefUnwindSafe,
impl<'a, P> Send for Dir<'a, P>where
P: Send,
impl<'a, P> Sync for Dir<'a, P>where
P: Sync,
impl<'a, P> Unpin for Dir<'a, P>where
P: Unpin,
impl<'a, P> UnwindSafe for Dir<'a, P>where
P: UnwindSafe,
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