pub struct Entry<T, P> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<T, P> Freeze for Entry<T, P>
impl<T, P> RefUnwindSafe for Entry<T, P>where
P: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, P> Send for Entry<T, P>
impl<T, P> Sync for Entry<T, P>
impl<T, P> Unpin for Entry<T, P>
impl<T, P> UnwindSafe for Entry<T, P>where
P: UnwindSafe,
T: UnwindSafe,
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