#[repr(transparent)]pub struct Immutable<T: ?Sized>(_);
Expand description
A wrapper to make a type immutable.
Implementations
Trait Implementations
sourceimpl<F, T, D> DeserializeWith<Immutable<F>, Mutex<T>, D> for Lockwhere
F: Deserialize<T, D>,
D: Fallible + ?Sized,
impl<F, T, D> DeserializeWith<Immutable<F>, Mutex<T>, D> for Lockwhere
F: Deserialize<T, D>,
D: Fallible + ?Sized,
sourceimpl<F, T, D> DeserializeWith<Immutable<F>, RwLock<T>, D> for Lockwhere
F: Deserialize<T, D>,
D: Fallible + ?Sized,
impl<F, T, D> DeserializeWith<Immutable<F>, RwLock<T>, D> for Lockwhere
F: Deserialize<T, D>,
D: Fallible + ?Sized,
Auto Trait Implementations
impl<T: ?Sized> RefUnwindSafe for Immutable<T>where
T: RefUnwindSafe,
impl<T: ?Sized> Send for Immutable<T>where
T: Send,
impl<T: ?Sized> Sync for Immutable<T>where
T: Sync,
impl<T: ?Sized> Unpin for Immutable<T>where
T: Unpin,
impl<T: ?Sized> UnwindSafe for Immutable<T>where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> ArchivePointee for T
impl<T> ArchivePointee for T
type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
sourcefn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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