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