pub struct TreeTxEvent {
pub id: String,
pub topic: Vec<String>,
pub batch_tree_event_type: BatchTreeEventType,
pub tx_graph_chunk: TxGraphChunk,
}Fields§
§id: String§topic: Vec<String>§batch_tree_event_type: BatchTreeEventType§tx_graph_chunk: TxGraphChunkTrait Implementations§
Source§impl Clone for TreeTxEvent
impl Clone for TreeTxEvent
Source§fn clone(&self) -> TreeTxEvent
fn clone(&self) -> TreeTxEvent
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 moreAuto Trait Implementations§
impl Freeze for TreeTxEvent
impl RefUnwindSafe for TreeTxEvent
impl Send for TreeTxEvent
impl Sync for TreeTxEvent
impl Unpin for TreeTxEvent
impl UnsafeUnpin for TreeTxEvent
impl UnwindSafe for TreeTxEvent
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