Struct stc_arc_cow::private::Freezed
source · [−]pub struct Freezed<T>(pub(crate) Arc<T>);
Tuple Fields
0: Arc<T>
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Freezed<T>where
T: RefUnwindSafe,
impl<T> Send for Freezed<T>where
T: Send + Sync,
impl<T> Sync for Freezed<T>where
T: Send + Sync,
impl<T> Unpin for Freezed<T>where
T: Unpin,
impl<T> UnwindSafe for Freezed<T>where
T: UnwindSafe + RefUnwindSafe,
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