pub struct ICoWWeakRead<'weak, ITEM: Sized>(/* private fields */);Expand description
An instance emmited by the ICoWWeak::aquire which allows to read the item for
a 'weak period of time.
Trait Implementations§
Auto Trait Implementations§
impl<'weak, ITEM> Freeze for ICoWWeakRead<'weak, ITEM>
impl<'weak, ITEM> RefUnwindSafe for ICoWWeakRead<'weak, ITEM>where
ITEM: RefUnwindSafe,
impl<'weak, ITEM> Send for ICoWWeakRead<'weak, ITEM>
impl<'weak, ITEM> Sync for ICoWWeakRead<'weak, ITEM>
impl<'weak, ITEM> Unpin for ICoWWeakRead<'weak, ITEM>
impl<'weak, ITEM> UnwindSafe for ICoWWeakRead<'weak, 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