pub struct OperatorRequestId(/* private fields */);Expand description
An opaque identifier for one append-only operator request record.
Implementations§
Source§impl OperatorRequestId
impl OperatorRequestId
Sourcepub fn new(value: u64) -> Result<Self, DomainError>
pub fn new(value: u64) -> Result<Self, DomainError>
Trait Implementations§
Source§impl Clone for OperatorRequestId
impl Clone for OperatorRequestId
Source§fn clone(&self) -> OperatorRequestId
fn clone(&self) -> OperatorRequestId
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 moreimpl Copy for OperatorRequestId
Source§impl Debug for OperatorRequestId
impl Debug for OperatorRequestId
Source§impl Display for OperatorRequestId
impl Display for OperatorRequestId
impl Eq for OperatorRequestId
Source§impl From<OperatorRequestId> for u64
impl From<OperatorRequestId> for u64
Source§fn from(value: OperatorRequestId) -> Self
fn from(value: OperatorRequestId) -> Self
Converts to this type from the input type.
Source§impl Hash for OperatorRequestId
impl Hash for OperatorRequestId
Source§impl Ord for OperatorRequestId
impl Ord for OperatorRequestId
Source§fn cmp(&self, other: &OperatorRequestId) -> Ordering
fn cmp(&self, other: &OperatorRequestId) -> 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
Source§impl PartialEq for OperatorRequestId
impl PartialEq for OperatorRequestId
Source§impl PartialOrd for OperatorRequestId
impl PartialOrd for OperatorRequestId
impl StructuralPartialEq for OperatorRequestId
Auto Trait Implementations§
impl Freeze for OperatorRequestId
impl RefUnwindSafe for OperatorRequestId
impl Send for OperatorRequestId
impl Sync for OperatorRequestId
impl Unpin for OperatorRequestId
impl UnsafeUnpin for OperatorRequestId
impl UnwindSafe for OperatorRequestId
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