pub enum SCPStatementType {
SCP_ST_PREPARE = 0,
SCP_ST_CONFIRM = 1,
SCP_ST_EXTERNALIZE = 2,
SCP_ST_NOMINATE = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for SCPStatementType
impl Clone for SCPStatementType
Source§fn clone(&self) -> SCPStatementType
fn clone(&self) -> SCPStatementType
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 moreSource§impl Debug for SCPStatementType
impl Debug for SCPStatementType
Source§impl<Out: Write> Pack<Out> for SCPStatementType
impl<Out: Write> Pack<Out> for SCPStatementType
Source§impl PartialEq for SCPStatementType
impl PartialEq for SCPStatementType
Source§impl<In: Read> Unpack<In> for SCPStatementType
impl<In: Read> Unpack<In> for SCPStatementType
impl Copy for SCPStatementType
impl Eq for SCPStatementType
impl StructuralPartialEq for SCPStatementType
Auto Trait Implementations§
impl Freeze for SCPStatementType
impl RefUnwindSafe for SCPStatementType
impl Send for SCPStatementType
impl Sync for SCPStatementType
impl Unpin for SCPStatementType
impl UnwindSafe for SCPStatementType
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