pub struct Entry<C>where
C: Codec,{ /* private fields */ }
Expand description
An entry in the IsrCache
.
Implementations§
Source§impl<C> Entry<C>where
C: Codec,
impl<C> Entry<C>where
C: Codec,
Auto Trait Implementations§
impl<C> Freeze for Entry<C>
impl<C> RefUnwindSafe for Entry<C>where
C: RefUnwindSafe,
impl<C> Send for Entry<C>where
C: Send,
impl<C> Sync for Entry<C>where
C: Sync,
impl<C> Unpin for Entry<C>where
C: Unpin,
impl<C> UnwindSafe for Entry<C>where
C: 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