pub struct TreeNoncesAggregatedEvent {
pub id: String,
pub tree_nonces: NoncePks,
}Fields§
§id: String§tree_nonces: NoncePksTrait Implementations§
Source§impl Clone for TreeNoncesAggregatedEvent
impl Clone for TreeNoncesAggregatedEvent
Source§fn clone(&self) -> TreeNoncesAggregatedEvent
fn clone(&self) -> TreeNoncesAggregatedEvent
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 TreeNoncesAggregatedEvent
impl RefUnwindSafe for TreeNoncesAggregatedEvent
impl Send for TreeNoncesAggregatedEvent
impl Sync for TreeNoncesAggregatedEvent
impl Unpin for TreeNoncesAggregatedEvent
impl UnsafeUnpin for TreeNoncesAggregatedEvent
impl UnwindSafe for TreeNoncesAggregatedEvent
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