pub struct ColumnTypeLabel(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ColumnTypeLabel
impl Clone for ColumnTypeLabel
Source§fn clone(&self) -> ColumnTypeLabel
fn clone(&self) -> ColumnTypeLabel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ColumnTypeLabel
impl Debug for ColumnTypeLabel
Source§impl Display for ColumnTypeLabel
impl Display for ColumnTypeLabel
Source§impl Hash for ColumnTypeLabel
impl Hash for ColumnTypeLabel
Source§impl Ord for ColumnTypeLabel
impl Ord for ColumnTypeLabel
Source§fn cmp(&self, other: &ColumnTypeLabel) -> Ordering
fn cmp(&self, other: &ColumnTypeLabel) -> Ordering
1.21.0 (const: unstable) · 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 ColumnTypeLabel
impl PartialEq for ColumnTypeLabel
Source§fn eq(&self, other: &ColumnTypeLabel) -> bool
fn eq(&self, other: &ColumnTypeLabel) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ColumnTypeLabel
impl PartialOrd for ColumnTypeLabel
impl Eq for ColumnTypeLabel
impl StructuralPartialEq for ColumnTypeLabel
Auto Trait Implementations§
impl Freeze for ColumnTypeLabel
impl RefUnwindSafe for ColumnTypeLabel
impl Send for ColumnTypeLabel
impl Sync for ColumnTypeLabel
impl Unpin for ColumnTypeLabel
impl UnsafeUnpin for ColumnTypeLabel
impl UnwindSafe for ColumnTypeLabel
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