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