pub struct OperationBinding {
pub operation_id: OperationId,
pub tenant_id: TenantId,
pub digest: [u8; 32],
}Expand description
Immutable semantic binding for one operation identity.
Fields§
§operation_id: OperationId§tenant_id: TenantId§digest: [u8; 32]Implementations§
Trait Implementations§
Source§impl Clone for OperationBinding
impl Clone for OperationBinding
Source§fn clone(&self) -> OperationBinding
fn clone(&self) -> OperationBinding
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 OperationBinding
Source§impl Debug for OperationBinding
impl Debug for OperationBinding
impl Eq for OperationBinding
Source§impl PartialEq for OperationBinding
impl PartialEq for OperationBinding
impl StructuralPartialEq for OperationBinding
Auto Trait Implementations§
impl Freeze for OperationBinding
impl RefUnwindSafe for OperationBinding
impl Send for OperationBinding
impl Sync for OperationBinding
impl Unpin for OperationBinding
impl UnsafeUnpin for OperationBinding
impl UnwindSafe for OperationBinding
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