pub struct Mounts(pub Vec<UnmountDrop<Mount>>);
Expand description
An abstraction that will ensure that temporary mounts are dropped in reverse.
Tuple Fields§
§0: Vec<UnmountDrop<Mount>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mounts
impl RefUnwindSafe for Mounts
impl Send for Mounts
impl Sync for Mounts
impl Unpin for Mounts
impl UnwindSafe for Mounts
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