Struct semilattice_database::CollectionRow
source · pub struct CollectionRow { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for CollectionRow
impl Clone for CollectionRow
source§fn clone(&self) -> CollectionRow
fn clone(&self) -> CollectionRow
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 CollectionRow
impl Debug for CollectionRow
source§impl Default for CollectionRow
impl Default for CollectionRow
source§fn default() -> CollectionRow
fn default() -> CollectionRow
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 CollectionRow
impl Ord for CollectionRow
source§fn cmp(&self, other: &CollectionRow) -> Ordering
fn cmp(&self, other: &CollectionRow) -> 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<CollectionRow> for CollectionRow
impl PartialEq<CollectionRow> for CollectionRow
source§fn eq(&self, other: &CollectionRow) -> bool
fn eq(&self, other: &CollectionRow) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<CollectionRow> for CollectionRow
impl PartialOrd<CollectionRow> for CollectionRow
source§fn partial_cmp(&self, other: &CollectionRow) -> Option<Ordering>
fn partial_cmp(&self, other: &CollectionRow) -> 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