pub struct SCPStatement {
pub nodeID: NodeID,
pub slotIndex: uint64,
pub pledges: SCPStatementPledges,
}
Fields§
§nodeID: NodeID
§slotIndex: uint64
§pledges: SCPStatementPledges
Trait Implementations§
Source§impl Clone for SCPStatement
impl Clone for SCPStatement
Source§fn clone(&self) -> SCPStatement
fn clone(&self) -> SCPStatement
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 SCPStatement
impl Debug for SCPStatement
Source§impl<Out: Write> Pack<Out> for SCPStatement
impl<Out: Write> Pack<Out> for SCPStatement
Source§impl PartialEq for SCPStatement
impl PartialEq for SCPStatement
Source§impl<In: Read> Unpack<In> for SCPStatement
impl<In: Read> Unpack<In> for SCPStatement
impl Eq for SCPStatement
impl StructuralPartialEq for SCPStatement
Auto Trait Implementations§
impl Freeze for SCPStatement
impl RefUnwindSafe for SCPStatement
impl Send for SCPStatement
impl Sync for SCPStatement
impl Unpin for SCPStatement
impl UnwindSafe for SCPStatement
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