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