pub struct StacksNonConsensusEventData {
pub payload: StacksNonConsensusEventPayloadData,
pub received_at_ms: u64,
pub received_at_block: BlockIdentifier,
}Fields§
§payload: StacksNonConsensusEventPayloadData§received_at_ms: u64§received_at_block: BlockIdentifierTrait Implementations§
Source§impl Clone for StacksNonConsensusEventData
impl Clone for StacksNonConsensusEventData
Source§fn clone(&self) -> StacksNonConsensusEventData
fn clone(&self) -> StacksNonConsensusEventData
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 StacksNonConsensusEventData
impl Debug for StacksNonConsensusEventData
Source§impl PartialEq for StacksNonConsensusEventData
impl PartialEq for StacksNonConsensusEventData
Source§fn eq(&self, other: &StacksNonConsensusEventData) -> bool
fn eq(&self, other: &StacksNonConsensusEventData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StacksNonConsensusEventData
Auto Trait Implementations§
impl Freeze for StacksNonConsensusEventData
impl RefUnwindSafe for StacksNonConsensusEventData
impl Send for StacksNonConsensusEventData
impl Sync for StacksNonConsensusEventData
impl Unpin for StacksNonConsensusEventData
impl UnsafeUnpin for StacksNonConsensusEventData
impl UnwindSafe for StacksNonConsensusEventData
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