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]

Creates a new Trustline Deauthorized effect

The public address of the account that can no longer hold the asset

The asset that can no longer be trusted.

Trait Implementations

impl Debug for Deauthorized
[src]

Formats the value using the given formatter. Read more

impl Clone for Deauthorized
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations