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 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 for CollectionRow
impl PartialEq for CollectionRow
Source§impl PartialOrd for CollectionRow
impl PartialOrd for CollectionRow
Source§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 Freeze for CollectionRow
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.