Enum coreledger_backend::model::LedgerFeature
pub enum LedgerFeature {
Amendments,
KYC,
Delegation,
Nft,
TRIOB,
}
Variants§
Auto Trait Implementations§
impl Freeze for LedgerFeature
impl RefUnwindSafe for LedgerFeature
impl Send for LedgerFeature
impl Sync for LedgerFeature
impl Unpin for LedgerFeature
impl UnwindSafe for LedgerFeature
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