pub struct MountId(/* private fields */);Expand description
Stable identifier for a remountable mount site. Generationless on purpose — entries are removed when the site is torn down, so the monotonic counter never collides for live entries.
Trait Implementations§
impl Copy for MountId
impl Eq for MountId
impl StructuralPartialEq for MountId
Auto Trait Implementations§
impl Freeze for MountId
impl RefUnwindSafe for MountId
impl Send for MountId
impl Sync for MountId
impl Unpin for MountId
impl UnsafeUnpin for MountId
impl UnwindSafe for MountId
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