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