Struct paxos_rust::message::ProposalData [−][src]
pub struct ProposalData { pub id: u64, }
Proposal data (Proposer -> Acceptor)
Fields
id: u64
Trait Implementations
impl Debug for ProposalData
[src]
impl Debug for ProposalData
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for ProposalData
[src]
impl PartialEq for ProposalData
fn eq(&self, other: &ProposalData) -> bool
[src]
fn eq(&self, other: &ProposalData) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ProposalData) -> bool
[src]
fn ne(&self, other: &ProposalData) -> bool
This method tests for !=
.
impl Eq for ProposalData
[src]
impl Eq for ProposalData
impl Hash for ProposalData
[src]
impl Hash for ProposalData
Auto Trait Implementations
impl Send for ProposalData
impl Send for ProposalData
impl Sync for ProposalData
impl Sync for ProposalData