pub enum Decodable {
Show 27 variants
UINT16,
Uint16_TX_TYPE,
UINT16_LEDGER_OBJECT_TYPE,
UINT32,
UINT64,
UINT128,
UINT256,
AMOUNT,
VL_HEX,
VL_OTHER,
ACCOUNT,
NUMBER,
OBJECT,
ARRAY,
UINT8,
UINT160,
PATHSET,
VECTOR256,
UINT96,
UINT192,
UINT384,
UINT512,
ISSUE,
XCHAIN_BRIDGE,
CURRENCY,
AS_IS,
NOT,
}Variants§
UINT16
Uint16_TX_TYPE
UINT16_LEDGER_OBJECT_TYPE
UINT32
UINT64
UINT128
UINT256
AMOUNT
VL_HEX
VL_OTHER
ACCOUNT
NUMBER
OBJECT
ARRAY
UINT8
UINT160
PATHSET
VECTOR256
UINT96
UINT192
UINT384
UINT512
ISSUE
XCHAIN_BRIDGE
CURRENCY
AS_IS
NOT
Implementations§
Trait Implementations§
impl StructuralPartialEq for Decodable
Auto Trait Implementations§
impl Freeze for Decodable
impl RefUnwindSafe for Decodable
impl Send for Decodable
impl Sync for Decodable
impl Unpin for Decodable
impl UnwindSafe for Decodable
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