pub enum LedgerKey {
ACCOUNT(LedgerKeyAccount),
TRUSTLINE(LedgerKeyTrustline),
OFFER(LedgerKeyOffer),
DATA(LedgerKeyData),
}Variants§
Trait Implementations§
impl Eq for LedgerKey
impl StructuralPartialEq for LedgerKey
Auto Trait Implementations§
impl Freeze for LedgerKey
impl RefUnwindSafe for LedgerKey
impl Send for LedgerKey
impl Sync for LedgerKey
impl Unpin for LedgerKey
impl UnwindSafe for LedgerKey
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