pub struct DirentsSameInodeBuilder { /* private fields */ }
Expand description
A helper to build the “expected” output for a ReadDirents
call from the Directory protocol in
fuchsia.io.
Implementations§
Auto Trait Implementations§
impl Freeze for DirentsSameInodeBuilder
impl RefUnwindSafe for DirentsSameInodeBuilder
impl Send for DirentsSameInodeBuilder
impl Sync for DirentsSameInodeBuilder
impl Unpin for DirentsSameInodeBuilder
impl UnwindSafe for DirentsSameInodeBuilder
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