pub struct Done { /* private fields */ }
Expand description
An instance of this type is a ReadDirents
result sink that is full and may not consume any
more values.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Done
impl RefUnwindSafe for Done
impl Send for Done
impl Sync for Done
impl Unpin for Done
impl UnwindSafe for Done
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