Struct stellar_client::resources::effect::account::FlagsUpdated [−][src]
pub struct FlagsUpdated { /* fields omitted */ }This effect can be the result of a set options operation and represents the fact that an account's flags have been updated
Methods
impl FlagsUpdated[src]
impl FlagsUpdatedpub fn new(account: String, flags: Flags) -> FlagsUpdated[src]
pub fn new(account: String, flags: Flags) -> FlagsUpdatedCreates a new FlagsUpdated effect
pub fn account(&self) -> &String[src]
pub fn account(&self) -> &StringThe public address of the account with updated flags
pub fn flags(&self) -> Flags[src]
pub fn flags(&self) -> FlagsThe flags for an account after the operations have taken place
Trait Implementations
impl Debug for FlagsUpdated[src]
impl Debug for FlagsUpdatedfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for FlagsUpdated[src]
impl Clone for FlagsUpdatedfn clone(&self) -> FlagsUpdated[src]
fn clone(&self) -> FlagsUpdatedReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for FlagsUpdated
impl Send for FlagsUpdatedimpl Sync for FlagsUpdated
impl Sync for FlagsUpdated