pub struct CollectionRow { /* private fields */ }Implementations§
source§impl CollectionRow
 
impl CollectionRow
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 Hash for CollectionRow
 
impl Hash for CollectionRow
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 moresource§impl Serialize for CollectionRow
 
impl Serialize for CollectionRow
source§fn serialize<__S>(
    &self,
    __serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
    __S: Serializer,
 
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for CollectionRow
Auto Trait Implementations§
impl RefUnwindSafe for CollectionRow
impl Send for CollectionRow
impl Sync for CollectionRow
impl Unpin for CollectionRow
impl UnwindSafe for CollectionRow
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