Enum stellar_notation::StellarValue[][src]

pub enum StellarValue {
    String(String),
    UInt8(u8),
    UInt16(u16),
    UInt32(u32),
    UInt64(u64),
    UInt128(u128),
    Bytes(Vec<u8>),
}

Variants

String

Tuple Fields of String

0: String
UInt8

Tuple Fields of UInt8

0: u8
UInt16

Tuple Fields of UInt16

0: u16
UInt32

Tuple Fields of UInt32

0: u32
UInt64

Tuple Fields of UInt64

0: u64
UInt128

Tuple Fields of UInt128

0: u128
Bytes

Tuple Fields of Bytes

0: Vec<u8>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.