pub struct NodeOperationReceipt {
pub operation: NodeOperationKind,
pub operation_id: u64,
pub epoch: u64,
pub accepted_bytes: usize,
pub queued: bool,
pub target_count: u32,
}Fields§
§operation: NodeOperationKind§operation_id: u64§epoch: u64§accepted_bytes: usize§queued: bool§target_count: u32Trait Implementations§
Source§impl Clone for NodeOperationReceipt
impl Clone for NodeOperationReceipt
Source§fn clone(&self) -> NodeOperationReceipt
fn clone(&self) -> NodeOperationReceipt
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 NodeOperationReceipt
Source§impl Debug for NodeOperationReceipt
impl Debug for NodeOperationReceipt
impl Eq for NodeOperationReceipt
Source§impl PartialEq for NodeOperationReceipt
impl PartialEq for NodeOperationReceipt
Source§fn eq(&self, other: &NodeOperationReceipt) -> bool
fn eq(&self, other: &NodeOperationReceipt) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NodeOperationReceipt
Auto Trait Implementations§
impl Freeze for NodeOperationReceipt
impl RefUnwindSafe for NodeOperationReceipt
impl Send for NodeOperationReceipt
impl Sync for NodeOperationReceipt
impl Unpin for NodeOperationReceipt
impl UnsafeUnpin for NodeOperationReceipt
impl UnwindSafe for NodeOperationReceipt
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