Enum stellar_client::resources::effect::signer::Kind[][src]

pub enum Kind {
    Created(Created),
    Removed(Removed),
    Updated(Updated),
}

Enum representing all the different kinds of effects that represent changes made to an account signer.

Variants

An effect representing the creation of a new account signer as a result of an operation

An effect representing the removal of an account signer as a result of an operation

An effect representing updates to an account signer as a result of an operation

Trait Implementations

impl Debug for Kind
[src]

Formats the value using the given formatter. Read more

impl Clone for Kind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Kind

impl Sync for Kind