pub struct OperationOutcomeId(/* private fields */);Expand description
Identity of one durable reconciliation outcome.
Implementations§
Source§impl OperationOutcomeId
impl OperationOutcomeId
Sourcepub const fn content_id(&self) -> &ContentId
pub const fn content_id(&self) -> &ContentId
Borrows the semantic content identity.
Trait Implementations§
Source§impl Clone for OperationOutcomeId
impl Clone for OperationOutcomeId
Source§fn clone(&self) -> OperationOutcomeId
fn clone(&self) -> OperationOutcomeId
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 OperationOutcomeId
impl Debug for OperationOutcomeId
Source§impl Display for OperationOutcomeId
impl Display for OperationOutcomeId
impl Eq for OperationOutcomeId
Source§impl Ord for OperationOutcomeId
impl Ord for OperationOutcomeId
Source§fn cmp(&self, other: &OperationOutcomeId) -> Ordering
fn cmp(&self, other: &OperationOutcomeId) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for OperationOutcomeId
impl PartialEq for OperationOutcomeId
Source§impl PartialOrd for OperationOutcomeId
impl PartialOrd for OperationOutcomeId
impl StructuralPartialEq for OperationOutcomeId
Auto Trait Implementations§
impl Freeze for OperationOutcomeId
impl RefUnwindSafe for OperationOutcomeId
impl Send for OperationOutcomeId
impl Sync for OperationOutcomeId
impl Unpin for OperationOutcomeId
impl UnsafeUnpin for OperationOutcomeId
impl UnwindSafe for OperationOutcomeId
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