pub struct ShardKey(/* private fields */);Expand description
A shard key.
Implementations§
Trait Implementations§
Source§impl Ord for ShardKey
impl Ord for ShardKey
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 PartialOrd for ShardKey
impl PartialOrd for ShardKey
impl Eq for ShardKey
impl StructuralPartialEq for ShardKey
Auto Trait Implementations§
impl Freeze for ShardKey
impl RefUnwindSafe for ShardKey
impl Send for ShardKey
impl Sync for ShardKey
impl Unpin for ShardKey
impl UnsafeUnpin for ShardKey
impl UnwindSafe for ShardKey
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