pub struct SessionCacheEntry { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SessionCacheEntry
impl RefUnwindSafe for SessionCacheEntry
impl Send for SessionCacheEntry
impl Sync for SessionCacheEntry
impl Unpin for SessionCacheEntry
impl UnsafeUnpin for SessionCacheEntry
impl UnwindSafe for SessionCacheEntry
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