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 · 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
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 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