pub struct OrderingKey(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for OrderingKey
impl Clone for OrderingKey
Source§fn clone(&self) -> OrderingKey
fn clone(&self) -> OrderingKey
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 OrderingKey
impl Debug for OrderingKey
Source§impl<'de> Deserialize<'de> for OrderingKey
impl<'de> Deserialize<'de> for OrderingKey
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 Display for OrderingKey
impl Display for OrderingKey
Source§impl From<(&AggregateTypeOwned, &AggregateIdValue)> for OrderingKey
impl From<(&AggregateTypeOwned, &AggregateIdValue)> for OrderingKey
Source§fn from(
(aggregate_type, aggregate_id): (&AggregateTypeOwned, &AggregateIdValue),
) -> Self
fn from( (aggregate_type, aggregate_id): (&AggregateTypeOwned, &AggregateIdValue), ) -> Self
Converts to this type from the input type.
Source§impl From<CorrelationId> for OrderingKey
impl From<CorrelationId> for OrderingKey
Source§fn from(value: CorrelationId) -> Self
fn from(value: CorrelationId) -> Self
Converts to this type from the input type.
Source§impl FromStr for OrderingKey
impl FromStr for OrderingKey
Source§impl Hash for OrderingKey
impl Hash for OrderingKey
Source§impl Ord for OrderingKey
impl Ord for OrderingKey
Source§fn cmp(&self, other: &OrderingKey) -> Ordering
fn cmp(&self, other: &OrderingKey) -> 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 OrderingKey
impl PartialEq for OrderingKey
Source§impl PartialOrd for OrderingKey
impl PartialOrd for OrderingKey
Source§impl Serialize for OrderingKey
impl Serialize for OrderingKey
impl Eq for OrderingKey
impl StructuralPartialEq for OrderingKey
Auto Trait Implementations§
impl Freeze for OrderingKey
impl RefUnwindSafe for OrderingKey
impl Send for OrderingKey
impl Sync for OrderingKey
impl Unpin for OrderingKey
impl UnwindSafe for OrderingKey
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