pub struct OperationAddress {
pub operation_id: CompactString,
pub task_id: TaskId,
}Fields§
§operation_id: CompactString§task_id: TaskIdImplementations§
Trait Implementations§
Source§impl Clone for OperationAddress
impl Clone for OperationAddress
Source§fn clone(&self) -> OperationAddress
fn clone(&self) -> OperationAddress
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 OperationAddress
impl Debug for OperationAddress
Source§impl<'de> Deserialize<'de> for OperationAddress
impl<'de> Deserialize<'de> for OperationAddress
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
impl Eq for OperationAddress
Source§impl Ord for OperationAddress
impl Ord for OperationAddress
Source§fn cmp(&self, other: &OperationAddress) -> Ordering
fn cmp(&self, other: &OperationAddress) -> 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 OperationAddress
impl PartialEq for OperationAddress
Source§impl PartialOrd for OperationAddress
impl PartialOrd for OperationAddress
Source§impl Serialize for OperationAddress
impl Serialize for OperationAddress
impl StructuralPartialEq for OperationAddress
Auto Trait Implementations§
impl Freeze for OperationAddress
impl RefUnwindSafe for OperationAddress
impl Send for OperationAddress
impl Sync for OperationAddress
impl Unpin for OperationAddress
impl UnsafeUnpin for OperationAddress
impl UnwindSafe for OperationAddress
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