Struct stellar_client::resources::effect::account::HomeDomainUpdated [−][src]
pub struct HomeDomainUpdated { /* fields omitted */ }This effect can be the result of a set options operation and represents the fact that an account's home domain has changed
Methods
impl HomeDomainUpdated[src]
impl HomeDomainUpdatedpub fn new(account: String, home_domain: String) -> HomeDomainUpdated[src]
pub fn new(account: String, home_domain: String) -> HomeDomainUpdatedCreates a HomeDomainUpdated effect
pub fn account(&self) -> &String[src]
pub fn account(&self) -> &StringThe public address of the account whose home_domain was updated
pub fn home_domain(&self) -> &String[src]
pub fn home_domain(&self) -> &StringThe home domain used for reverse federation lookup
Trait Implementations
impl Debug for HomeDomainUpdated[src]
impl Debug for HomeDomainUpdatedfn 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 HomeDomainUpdated[src]
impl Clone for HomeDomainUpdatedfn clone(&self) -> HomeDomainUpdated[src]
fn clone(&self) -> HomeDomainUpdatedReturns 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 HomeDomainUpdated
impl Send for HomeDomainUpdatedimpl Sync for HomeDomainUpdated
impl Sync for HomeDomainUpdated