pub struct PartitionKey(/* private fields */);
Trait Implementations§
Source§impl Clone for PartitionKey
impl Clone for PartitionKey
Source§fn clone(&self) -> PartitionKey
fn clone(&self) -> PartitionKey
Returns a copy 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 PartitionKey
impl Debug for PartitionKey
Source§impl<'de> Deserialize<'de> for PartitionKey
impl<'de> Deserialize<'de> for PartitionKey
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<PartitionKey> for i32
impl From<PartitionKey> for i32
Source§fn from(v: PartitionKey) -> i32
fn from(v: PartitionKey) -> i32
Converts to this type from the input type.
Source§impl Serialize for PartitionKey
impl Serialize for PartitionKey
Source§impl ToString for PartitionKey
impl ToString for PartitionKey
Source§impl TryFrom<&String> for PartitionKey
impl TryFrom<&String> for PartitionKey
Source§impl TryFrom<&str> for PartitionKey
impl TryFrom<&str> for PartitionKey
Source§impl TryFrom<String> for PartitionKey
impl TryFrom<String> for PartitionKey
Auto Trait Implementations§
impl Freeze for PartitionKey
impl RefUnwindSafe for PartitionKey
impl Send for PartitionKey
impl Sync for PartitionKey
impl Unpin for PartitionKey
impl UnwindSafe for PartitionKey
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