pub struct SetOptionsOp {
pub inflationDest: Option<Box<AccountID>>,
pub clearFlags: Option<uint32>,
pub setFlags: Option<uint32>,
pub masterWeight: Option<uint32>,
pub lowThreshold: Option<uint32>,
pub medThreshold: Option<uint32>,
pub highThreshold: Option<uint32>,
pub homeDomain: Option<string32>,
pub signer: Option<Box<Signer>>,
}
Fields§
§inflationDest: Option<Box<AccountID>>
§clearFlags: Option<uint32>
§setFlags: Option<uint32>
§masterWeight: Option<uint32>
§lowThreshold: Option<uint32>
§medThreshold: Option<uint32>
§highThreshold: Option<uint32>
§homeDomain: Option<string32>
§signer: Option<Box<Signer>>
Trait Implementations§
Source§impl Clone for SetOptionsOp
impl Clone for SetOptionsOp
Source§fn clone(&self) -> SetOptionsOp
fn clone(&self) -> SetOptionsOp
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 SetOptionsOp
impl Debug for SetOptionsOp
Source§impl<Out: Write> Pack<Out> for SetOptionsOp
impl<Out: Write> Pack<Out> for SetOptionsOp
Source§impl PartialEq for SetOptionsOp
impl PartialEq for SetOptionsOp
Source§impl<In: Read> Unpack<In> for SetOptionsOp
impl<In: Read> Unpack<In> for SetOptionsOp
impl Eq for SetOptionsOp
impl StructuralPartialEq for SetOptionsOp
Auto Trait Implementations§
impl Freeze for SetOptionsOp
impl RefUnwindSafe for SetOptionsOp
impl Send for SetOptionsOp
impl Sync for SetOptionsOp
impl Unpin for SetOptionsOp
impl UnwindSafe for SetOptionsOp
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