pub struct FlattenDirectory { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for FlattenDirectory
impl Clone for FlattenDirectory
Source§fn clone(&self) -> FlattenDirectory
fn clone(&self) -> FlattenDirectory
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FlattenDirectory
impl RefUnwindSafe for FlattenDirectory
impl Send for FlattenDirectory
impl Sync for FlattenDirectory
impl Unpin for FlattenDirectory
impl UnwindSafe for FlattenDirectory
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