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