pub enum LedgerHeaderHistoryEntryExt {
Const0,
}
Variants§
Const0
Trait Implementations§
Source§impl Clone for LedgerHeaderHistoryEntryExt
impl Clone for LedgerHeaderHistoryEntryExt
Source§fn clone(&self) -> LedgerHeaderHistoryEntryExt
fn clone(&self) -> LedgerHeaderHistoryEntryExt
Returns a copy 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 LedgerHeaderHistoryEntryExt
impl Debug for LedgerHeaderHistoryEntryExt
Source§impl<Out: Write> Pack<Out> for LedgerHeaderHistoryEntryExt
impl<Out: Write> Pack<Out> for LedgerHeaderHistoryEntryExt
Source§impl<In: Read> Unpack<In> for LedgerHeaderHistoryEntryExt
impl<In: Read> Unpack<In> for LedgerHeaderHistoryEntryExt
impl Copy for LedgerHeaderHistoryEntryExt
impl Eq for LedgerHeaderHistoryEntryExt
impl StructuralPartialEq for LedgerHeaderHistoryEntryExt
Auto Trait Implementations§
impl Freeze for LedgerHeaderHistoryEntryExt
impl RefUnwindSafe for LedgerHeaderHistoryEntryExt
impl Send for LedgerHeaderHistoryEntryExt
impl Sync for LedgerHeaderHistoryEntryExt
impl Unpin for LedgerHeaderHistoryEntryExt
impl UnwindSafe for LedgerHeaderHistoryEntryExt
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