pub struct SCPHistoryEntryV0 {
pub quorumSets: Vec<SCPQuorumSet>,
pub ledgerMessages: LedgerSCPMessages,
}
Fields§
§quorumSets: Vec<SCPQuorumSet>
§ledgerMessages: LedgerSCPMessages
Trait Implementations§
Source§impl<Out: Write> Pack<Out> for SCPHistoryEntryV0
impl<Out: Write> Pack<Out> for SCPHistoryEntryV0
Auto Trait Implementations§
impl Freeze for SCPHistoryEntryV0
impl RefUnwindSafe for SCPHistoryEntryV0
impl Send for SCPHistoryEntryV0
impl Sync for SCPHistoryEntryV0
impl Unpin for SCPHistoryEntryV0
impl UnwindSafe for SCPHistoryEntryV0
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