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