Enum stellar_client::resources::effect::trade::Kind [−][src]
pub enum Kind {
Trade(Trade),
}Enum representing all the different kinds of effects that represent changes made to an account.
Variants
Trade(Trade)An effect representing the fact that an trade occured
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