pub struct DirentBuf<B> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<B> Freeze for DirentBuf<B>where
B: Freeze,
impl<B> RefUnwindSafe for DirentBuf<B>where
B: RefUnwindSafe,
impl<B> Send for DirentBuf<B>where
B: Send,
impl<B> Sync for DirentBuf<B>where
B: Sync,
impl<B> Unpin for DirentBuf<B>where
B: Unpin,
impl<B> UnwindSafe for DirentBuf<B>where
B: 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