pub enum StellarValueType {
STELLAR_VALUE_BASIC = 0,
STELLAR_VALUE_SIGNED = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for StellarValueType
impl Clone for StellarValueType
Source§fn clone(&self) -> StellarValueType
fn clone(&self) -> StellarValueType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StellarValueType
impl Debug for StellarValueType
Source§impl<Out: Write> Pack<Out> for StellarValueType
impl<Out: Write> Pack<Out> for StellarValueType
Source§impl PartialEq for StellarValueType
impl PartialEq for StellarValueType
Source§impl<In: Read> Unpack<In> for StellarValueType
impl<In: Read> Unpack<In> for StellarValueType
impl Copy for StellarValueType
impl Eq for StellarValueType
impl StructuralPartialEq for StellarValueType
Auto Trait Implementations§
impl Freeze for StellarValueType
impl RefUnwindSafe for StellarValueType
impl Send for StellarValueType
impl Sync for StellarValueType
impl Unpin for StellarValueType
impl UnwindSafe for StellarValueType
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