pub struct LedgerSCPMessages {
pub ledgerSeq: uint32,
pub messages: Vec<SCPEnvelope>,
}
Fields§
§ledgerSeq: uint32
§messages: Vec<SCPEnvelope>
Trait Implementations§
Source§impl Clone for LedgerSCPMessages
impl Clone for LedgerSCPMessages
Source§fn clone(&self) -> LedgerSCPMessages
fn clone(&self) -> LedgerSCPMessages
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 LedgerSCPMessages
impl Debug for LedgerSCPMessages
Source§impl<Out: Write> Pack<Out> for LedgerSCPMessages
impl<Out: Write> Pack<Out> for LedgerSCPMessages
Source§impl PartialEq for LedgerSCPMessages
impl PartialEq for LedgerSCPMessages
Source§impl<In: Read> Unpack<In> for LedgerSCPMessages
impl<In: Read> Unpack<In> for LedgerSCPMessages
impl Eq for LedgerSCPMessages
impl StructuralPartialEq for LedgerSCPMessages
Auto Trait Implementations§
impl Freeze for LedgerSCPMessages
impl RefUnwindSafe for LedgerSCPMessages
impl Send for LedgerSCPMessages
impl Sync for LedgerSCPMessages
impl Unpin for LedgerSCPMessages
impl UnwindSafe for LedgerSCPMessages
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