pub struct SessionCollectionRow { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for SessionCollectionRow
impl Clone for SessionCollectionRow
source§fn clone(&self) -> SessionCollectionRow
fn clone(&self) -> SessionCollectionRow
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 SessionCollectionRow
impl Debug for SessionCollectionRow
source§impl From<CollectionRow> for SessionCollectionRow
impl From<CollectionRow> for SessionCollectionRow
source§fn from(item: CollectionRow) -> Self
fn from(item: CollectionRow) -> Self
Converts to this type from the input type.
source§impl Hash for SessionCollectionRow
impl Hash for SessionCollectionRow
source§impl Ord for SessionCollectionRow
impl Ord for SessionCollectionRow
source§fn cmp(&self, other: &SessionCollectionRow) -> Ordering
fn cmp(&self, other: &SessionCollectionRow) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<SessionCollectionRow> for SessionCollectionRow
impl PartialEq<SessionCollectionRow> for SessionCollectionRow
source§fn eq(&self, other: &SessionCollectionRow) -> bool
fn eq(&self, other: &SessionCollectionRow) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<SessionCollectionRow> for SessionCollectionRow
impl PartialOrd<SessionCollectionRow> for SessionCollectionRow
source§fn partial_cmp(&self, other: &SessionCollectionRow) -> Option<Ordering>
fn partial_cmp(&self, other: &SessionCollectionRow) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Serialize for SessionCollectionRow
impl Serialize for SessionCollectionRow
impl Copy for SessionCollectionRow
impl Eq for SessionCollectionRow
impl StructuralEq for SessionCollectionRow
impl StructuralPartialEq for SessionCollectionRow
Auto Trait Implementations§
impl RefUnwindSafe for SessionCollectionRow
impl Send for SessionCollectionRow
impl Sync for SessionCollectionRow
impl Unpin for SessionCollectionRow
impl UnwindSafe for SessionCollectionRow
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