Struct semilattice_database::SessionDepend
source · pub struct SessionDepend { /* private fields */ }Implementations§
source§impl SessionDepend
impl SessionDepend
pub fn new(key: &str, collection_row: SessionCollectionRow) -> Self
pub fn collection_row(&self) -> &SessionCollectionRow
pub fn collection_id(&self) -> i32
pub fn row(&self) -> i64
pub fn key(&self) -> &str
Trait Implementations§
source§impl Clone for SessionDepend
impl Clone for SessionDepend
source§fn clone(&self) -> SessionDepend
fn clone(&self) -> SessionDepend
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SessionDepend
impl Debug for SessionDepend
source§impl PartialEq<SessionDepend> for SessionDepend
impl PartialEq<SessionDepend> for SessionDepend
source§fn eq(&self, other: &SessionDepend) -> bool
fn eq(&self, other: &SessionDepend) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for SessionDepend
impl StructuralEq for SessionDepend
impl StructuralPartialEq for SessionDepend
Auto Trait Implementations§
impl RefUnwindSafe for SessionDepend
impl Send for SessionDepend
impl Sync for SessionDepend
impl Unpin for SessionDepend
impl UnwindSafe for SessionDepend
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