pub struct ColumnFamilyName(/* private fields */);Expand description
A generic column-family name.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for ColumnFamilyName
impl AsRef<str> for ColumnFamilyName
Source§impl Clone for ColumnFamilyName
impl Clone for ColumnFamilyName
Source§fn clone(&self) -> ColumnFamilyName
fn clone(&self) -> ColumnFamilyName
Returns a duplicate 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 ColumnFamilyName
impl Debug for ColumnFamilyName
Source§impl Default for ColumnFamilyName
impl Default for ColumnFamilyName
Source§fn default() -> ColumnFamilyName
fn default() -> ColumnFamilyName
Returns the “default value” for a type. Read more
Source§impl Display for ColumnFamilyName
impl Display for ColumnFamilyName
Source§impl From<&str> for ColumnFamilyName
impl From<&str> for ColumnFamilyName
Source§fn from(value: &str) -> ColumnFamilyName
fn from(value: &str) -> ColumnFamilyName
Converts to this type from the input type.
Source§impl From<String> for ColumnFamilyName
impl From<String> for ColumnFamilyName
Source§fn from(value: String) -> ColumnFamilyName
fn from(value: String) -> ColumnFamilyName
Converts to this type from the input type.
Source§impl Hash for ColumnFamilyName
impl Hash for ColumnFamilyName
Source§impl Ord for ColumnFamilyName
impl Ord for ColumnFamilyName
Source§fn cmp(&self, other: &ColumnFamilyName) -> Ordering
fn cmp(&self, other: &ColumnFamilyName) -> 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 ColumnFamilyName
impl PartialEq for ColumnFamilyName
Source§impl PartialOrd for ColumnFamilyName
impl PartialOrd for ColumnFamilyName
impl Eq for ColumnFamilyName
impl StructuralPartialEq for ColumnFamilyName
Auto Trait Implementations§
impl Freeze for ColumnFamilyName
impl RefUnwindSafe for ColumnFamilyName
impl Send for ColumnFamilyName
impl Sync for ColumnFamilyName
impl Unpin for ColumnFamilyName
impl UnsafeUnpin for ColumnFamilyName
impl UnwindSafe for ColumnFamilyName
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