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