Struct stellar_client::resources::effect::trustline::Deauthorized [−][src]
pub struct Deauthorized { /* fields omitted */ }This effect can be the result of a allow trust operation and represents the fact that an asset issuer will no longer allow an account to hold its assets.
Methods
impl Deauthorized[src]
impl Deauthorizedpub fn new(account: String, asset: AssetIdentifier) -> Deauthorized[src]
pub fn new(account: String, asset: AssetIdentifier) -> DeauthorizedCreates a new Trustline Deauthorized effect
pub fn account(&self) -> &String[src]
pub fn account(&self) -> &StringThe public address of the account that can no longer hold the asset
pub fn asset(&self) -> &AssetIdentifier[src]
pub fn asset(&self) -> &AssetIdentifierThe asset that can no longer be trusted.
Trait Implementations
impl Debug for Deauthorized[src]
impl Debug for Deauthorizedfn 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 Deauthorized[src]
impl Clone for Deauthorizedfn clone(&self) -> Deauthorized[src]
fn clone(&self) -> DeauthorizedReturns 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 Deauthorized
impl Send for Deauthorizedimpl Sync for Deauthorized
impl Sync for Deauthorized