pub struct TreeNoncesEvent {
pub id: String,
pub topic: Vec<String>,
pub txid: Txid,
pub nonces: TreeTxNoncePks,
}Fields§
§id: String§topic: Vec<String>§txid: Txid§nonces: TreeTxNoncePksTrait Implementations§
Source§impl Clone for TreeNoncesEvent
impl Clone for TreeNoncesEvent
Source§fn clone(&self) -> TreeNoncesEvent
fn clone(&self) -> TreeNoncesEvent
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 TreeNoncesEvent
impl RefUnwindSafe for TreeNoncesEvent
impl Send for TreeNoncesEvent
impl Sync for TreeNoncesEvent
impl Unpin for TreeNoncesEvent
impl UnsafeUnpin for TreeNoncesEvent
impl UnwindSafe for TreeNoncesEvent
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