pub struct ProposalData {
pub block: Block,
pub justify: QuorumCertificate,
pub double_cert: Option<DoubleCertificate>,
}Expand description
Incoming proposal data from the leader.
Fields§
§block: Block§justify: QuorumCertificate§double_cert: Option<DoubleCertificate>Auto Trait Implementations§
impl Freeze for ProposalData
impl RefUnwindSafe for ProposalData
impl Send for ProposalData
impl Sync for ProposalData
impl Unpin for ProposalData
impl UnsafeUnpin for ProposalData
impl UnwindSafe for ProposalData
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