pub enum StacksNonConsensusEventPayloadData {
SignerMessage(StacksStackerDbChunk),
}Variants§
SignerMessage(StacksStackerDbChunk)
Trait Implementations§
Source§impl Clone for StacksNonConsensusEventPayloadData
impl Clone for StacksNonConsensusEventPayloadData
Source§fn clone(&self) -> StacksNonConsensusEventPayloadData
fn clone(&self) -> StacksNonConsensusEventPayloadData
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 PartialEq for StacksNonConsensusEventPayloadData
impl PartialEq for StacksNonConsensusEventPayloadData
Source§fn eq(&self, other: &StacksNonConsensusEventPayloadData) -> bool
fn eq(&self, other: &StacksNonConsensusEventPayloadData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StacksNonConsensusEventPayloadData
Auto Trait Implementations§
impl Freeze for StacksNonConsensusEventPayloadData
impl RefUnwindSafe for StacksNonConsensusEventPayloadData
impl Send for StacksNonConsensusEventPayloadData
impl Sync for StacksNonConsensusEventPayloadData
impl Unpin for StacksNonConsensusEventPayloadData
impl UnwindSafe for StacksNonConsensusEventPayloadData
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