pub struct TreeSignatureEvent {
pub id: String,
pub topic: Vec<String>,
pub batch_tree_event_type: BatchTreeEventType,
pub txid: Txid,
pub signature: Signature,
}Fields§
§id: String§topic: Vec<String>§batch_tree_event_type: BatchTreeEventType§txid: Txid§signature: SignatureTrait Implementations§
Source§impl Clone for TreeSignatureEvent
impl Clone for TreeSignatureEvent
Source§fn clone(&self) -> TreeSignatureEvent
fn clone(&self) -> TreeSignatureEvent
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 TreeSignatureEvent
impl RefUnwindSafe for TreeSignatureEvent
impl Send for TreeSignatureEvent
impl Sync for TreeSignatureEvent
impl Unpin for TreeSignatureEvent
impl UnsafeUnpin for TreeSignatureEvent
impl UnwindSafe for TreeSignatureEvent
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