[][src]Struct stellar_base::xdr::SetOptionsOp

pub struct SetOptionsOp {
    pub inflation_dest: Option<AccountId>,
    pub clear_flags: Option<Uint32>,
    pub set_flags: Option<Uint32>,
    pub master_weight: Option<Uint32>,
    pub low_threshold: Option<Uint32>,
    pub med_threshold: Option<Uint32>,
    pub high_threshold: Option<Uint32>,
    pub home_domain: Option<String32>,
    pub signer: Option<Signer>,
}

Fields

inflation_dest: Option<AccountId>clear_flags: Option<Uint32>set_flags: Option<Uint32>master_weight: Option<Uint32>low_threshold: Option<Uint32>med_threshold: Option<Uint32>high_threshold: Option<Uint32>home_domain: Option<String32>signer: Option<Signer>

Trait Implementations

impl Debug for SetOptionsOp[src]

impl XDRIn for SetOptionsOp[src]

impl XDROut for SetOptionsOp[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.