pub struct CowReadGuard<'read, ITEM: Send + Debug> { /* private fields */ }Expand description
A guard which guards the read-only CoW operation.
Trait Implementations§
Auto Trait Implementations§
impl<'read, ITEM> Freeze for CowReadGuard<'read, ITEM>
impl<'read, ITEM> RefUnwindSafe for CowReadGuard<'read, ITEM>where
ITEM: RefUnwindSafe,
impl<'read, ITEM> !Send for CowReadGuard<'read, ITEM>
impl<'read, ITEM> !Sync for CowReadGuard<'read, ITEM>
impl<'read, ITEM> Unpin for CowReadGuard<'read, ITEM>
impl<'read, ITEM> UnwindSafe for CowReadGuard<'read, ITEM>where
ITEM: RefUnwindSafe,
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