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 RefUnwindSafe for Mounts
impl Send for Mounts
impl Sync for Mounts
impl Unpin for Mounts
impl UnwindSafe for Mounts
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more