Struct tea_tapp_common::statement::TypedStatement
source · pub struct TypedStatement {
pub statement: Statement,
pub state_type: StateType,
}Fields§
§statement: Statement§state_type: StateTypeImplementations§
Trait Implementations§
source§impl Clone for TypedStatement
impl Clone for TypedStatement
source§fn clone(&self) -> TypedStatement
fn clone(&self) -> TypedStatement
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 TypedStatement
impl Debug for TypedStatement
source§impl<'de> Deserialize<'de> for TypedStatement
impl<'de> Deserialize<'de> for TypedStatement
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 PartialEq<TypedStatement> for TypedStatement
impl PartialEq<TypedStatement> for TypedStatement
source§fn eq(&self, other: &TypedStatement) -> bool
fn eq(&self, other: &TypedStatement) -> bool
This method tests for
self and other values to be equal, and is used
by ==.