Struct semilattice_database::SessionRecord
source · [−]pub struct SessionRecord<'a> { /* private fields */ }Implementations
sourceimpl<'a> SessionRecord<'a>
impl<'a> SessionRecord<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for SessionRecord<'a>
impl<'a> Send for SessionRecord<'a>
impl<'a> Sync for SessionRecord<'a>
impl<'a> Unpin for SessionRecord<'a>
impl<'a> UnwindSafe for SessionRecord<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more