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