pub struct Entry<T: 'static>(/* private fields */);
Expand description
A reference to the entry
Trait Implementations§
impl<T: 'static + Send + Sync> Send for Entry<T>
impl<T: 'static + Send + Sync> Sync for Entry<T>
Auto Trait Implementations§
impl<T> Freeze for Entry<T>
impl<T> !RefUnwindSafe for Entry<T>
impl<T> Unpin for Entry<T>where
T: Unpin,
impl<T> !UnwindSafe for Entry<T>
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