Struct stellar_client::resources::effect::trustline::Removed[][src]

pub struct Removed { /* fields omitted */ }

This effect can be the result of a change trust operation and represents the fact that a trustline has been removed between an asset and account

Methods

impl Removed
[src]

Creates a new Trustline Removed effect

The public address of the account that had its trustline removed

The limit for the trustline (should now be 0)

Asset that is no longer trusted.

Trait Implementations

impl Debug for Removed
[src]

Formats the value using the given formatter. Read more

impl Clone for Removed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Removed

impl Sync for Removed