Enum stellar_client::resources::effect::signer::Kind [−][src]
Enum representing all the different kinds of effects that represent changes made to an account signer.
Variants
Created(Created)An effect representing the creation of a new account signer as a result of an operation
Removed(Removed)An effect representing the removal of an account signer as a result of an operation
Updated(Updated)An effect representing updates to an account signer as a result of an operation
Trait Implementations
impl Debug for Kind[src]
impl Debug for Kindfn 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 Kind[src]
impl Clone for Kind