Struct ftd_rt::ConditionalAttribute [−][src]
pub struct ConditionalAttribute {
pub attribute_type: AttributeType,
pub conditions_with_value: Vec<(Condition, ConditionalValue)>,
pub default: Option<ConditionalValue>,
}Fields
attribute_type: AttributeTypeconditions_with_value: Vec<(Condition, ConditionalValue)>default: Option<ConditionalValue>Trait Implementations
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ConditionalAttribute
impl Send for ConditionalAttribute
impl Sync for ConditionalAttribute
impl Unpin for ConditionalAttribute
impl UnwindSafe for ConditionalAttribute
Blanket Implementations
Mutably borrows from an owned value. Read more