Enum stellar_notation::StellarValue [−][src]
pub enum StellarValue {
String(String),
UInt8(u8),
UInt16(u16),
UInt32(u32),
UInt64(u64),
UInt128(u128),
Bytes(Vec<u8>),
}Variants
Tuple Fields of String
0: StringTuple Fields of UInt8
0: u8Tuple Fields of UInt16
0: u16Tuple Fields of UInt32
0: u32Tuple Fields of UInt64
0: u64Tuple Fields of UInt128
0: u128Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StellarValue
impl Send for StellarValue
impl Sync for StellarValue
impl Unpin for StellarValue
impl UnwindSafe for StellarValue
Blanket Implementations
Mutably borrows from an owned value. Read more