#[non_exhaustive]pub struct DirMirror {}Expand description
Core data type of a directory mirror.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DirMirror
impl RefUnwindSafe for DirMirror
impl Send for DirMirror
impl Sync for DirMirror
impl Unpin for DirMirror
impl UnwindSafe for DirMirror
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