Struct tea_tapp_common::cml::CmlVariable
source · pub struct CmlVariable {
pub init_at: Option<TimestampShort>,
pub planted_at: Option<TimestampShort>,
pub updated_at: Option<TimestampShort>,
}Fields§
§init_at: Option<TimestampShort>§planted_at: Option<TimestampShort>§updated_at: Option<TimestampShort>Trait Implementations§
source§impl Clone for CmlVariable
impl Clone for CmlVariable
source§fn clone(&self) -> CmlVariable
fn clone(&self) -> CmlVariable
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 CmlVariable
impl Debug for CmlVariable
source§impl Default for CmlVariable
impl Default for CmlVariable
source§fn default() -> CmlVariable
fn default() -> CmlVariable
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CmlVariable
impl<'de> Deserialize<'de> for CmlVariable
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