Enum stellar_client::resources::effect::EffectKind [−][src]
Each effect type is representing by a kind and captures data specific to that type within it's newtype.
Variants
Account(Kind)A collection of effects that represent updates to an account
Signer(Kind)A collection of effects that represent updates to an account signer
Trustline(Kind)A collection of effects that represent updates to a trustline
Trade(Kind)An effect representing a trade being executed
Data(Kind)An effect representing data being managed.
Trait Implementations
impl Debug for EffectKind[src]
impl Debug for EffectKindfn 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 EffectKind[src]
impl Clone for EffectKindfn clone(&self) -> EffectKind[src]
fn clone(&self) -> EffectKindReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for EffectKind
impl Send for EffectKindimpl Sync for EffectKind
impl Sync for EffectKind