pub struct OperationObservationId(/* private fields */);Expand description
Identity of one independent postcondition observation.
Implementations§
Source§impl OperationObservationId
impl OperationObservationId
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 OperationObservationId
impl Clone for OperationObservationId
Source§fn clone(&self) -> OperationObservationId
fn clone(&self) -> OperationObservationId
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 OperationObservationId
impl Debug for OperationObservationId
Source§impl Display for OperationObservationId
impl Display for OperationObservationId
impl Eq for OperationObservationId
Source§impl Ord for OperationObservationId
impl Ord for OperationObservationId
Source§fn cmp(&self, other: &OperationObservationId) -> Ordering
fn cmp(&self, other: &OperationObservationId) -> 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 OperationObservationId
impl PartialEq for OperationObservationId
Source§impl PartialOrd for OperationObservationId
impl PartialOrd for OperationObservationId
impl StructuralPartialEq for OperationObservationId
Auto Trait Implementations§
impl Freeze for OperationObservationId
impl RefUnwindSafe for OperationObservationId
impl Send for OperationObservationId
impl Sync for OperationObservationId
impl Unpin for OperationObservationId
impl UnsafeUnpin for OperationObservationId
impl UnwindSafe for OperationObservationId
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