Enum tea_tapp_common::statement::StatementType
source · pub enum StatementType {
Incoming,
Outcoming,
}Variants§
Trait Implementations§
source§impl Clone for StatementType
impl Clone for StatementType
source§fn clone(&self) -> StatementType
fn clone(&self) -> StatementType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for StatementType
impl Debug for StatementType
source§impl<'de> Deserialize<'de> for StatementType
impl<'de> Deserialize<'de> for StatementType
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for StatementType
impl Display for StatementType
source§impl FromStr for StatementType
impl FromStr for StatementType
source§impl PartialEq<StatementType> for StatementType
impl PartialEq<StatementType> for StatementType
source§fn eq(&self, other: &StatementType) -> bool
fn eq(&self, other: &StatementType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.