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 Default for SessionCollectionRow
impl Default for SessionCollectionRow
source§fn default() -> SessionCollectionRow
fn default() -> SessionCollectionRow
Returns the “default value” for a type. Read more
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 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 more