pub struct DirMirror { /* private fields */ }Expand description
Core data type of a directory mirror.
Implementations§
Source§impl DirMirror
impl DirMirror
Sourcepub fn builder() -> DirMirrorBuilder
pub fn builder() -> DirMirrorBuilder
Returns a new DirMirrorBuilder with default values.
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