#[non_exhaustive]pub struct Mutable {}
Expand description
A marker type used to indicate that a BorrowedMappedPages
or BorrowedSliceMappedPages
is borrowed mutably.
Implements the Mutability
trait.
Trait Implementations§
impl Mutability for Mutable
Auto Trait Implementations§
impl RefUnwindSafe for Mutable
impl Send for Mutable
impl Sync for Mutable
impl Unpin for Mutable
impl UnwindSafe for Mutable
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