pub struct RefreshPackage {
pub sender: u16,
pub commitments: VssCommitments,
/* private fields */
}Expand description
A refresh package from one participant to distribute refresh deltas.
Fields§
§sender: u16Participant identifier of the sender.
commitments: VssCommitmentsVSS commitments for the zero-secret polynomial.
Trait Implementations§
Source§impl Clone for RefreshPackage
impl Clone for RefreshPackage
Source§fn clone(&self) -> RefreshPackage
fn clone(&self) -> RefreshPackage
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 RefreshPackage
impl RefUnwindSafe for RefreshPackage
impl Send for RefreshPackage
impl Sync for RefreshPackage
impl Unpin for RefreshPackage
impl UnsafeUnpin for RefreshPackage
impl UnwindSafe for RefreshPackage
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