Enum stellar_client::resources::effect::data::Kind [−][src]
The type of change that was performed
Variants
Created(Effect)Data was added to an account.
Removed(Effect)Data was removed from an account.
Updated(Effect)Data was modified on an account.
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