Struct foxbox_taxonomy::values::ThinkerbellRule  
            
                [−]
            
        [src]
pub struct ThinkerbellRule {
    pub name: String,
    pub source: String,
}Fields
name | |
source | 
pub struct ThinkerbellRule {
    pub name: String,
    pub source: String,
}name | |
source | 
impl Deserialize for ThinkerbellRulefn deserialize<__D>(deserializer: &mut __D) -> Result<ThinkerbellRule, __D::Error> where __D: Deserializerimpl Serialize for ThinkerbellRulefn serialize<__S>(&self, serializer: &mut __S) -> Result<(), __S::Error> where __S: Serializerimpl Parser<ThinkerbellRule> for ThinkerbellRulefn description() -> Stringfn parse(path: Path, source: &mut JSON) -> Result<Self, ParseError>fn from_str(source: &str) -> Result<T, ParseError>fn take(path: Path, source: &mut JSON, field_name: &str) -> Result<T, ParseError>fn take_opt(path: Path, source: &mut JSON, field_name: &str) -> Option<Result<T, ParseError>>fn take_vec_opt(path: Path, source: &mut JSON, field_name: &str) -> Option<Result<Vec<T>, ParseError>>fn take_vec(path: Path, source: &mut JSON, field_name: &str) -> Result<Vec<T>, ParseError>impl ToJSON for ThinkerbellRulefn to_json(&self, parts: &mut BinaryParts) -> JSONimpl PartialEq for ThinkerbellRulefn eq(&self, __arg_0: &ThinkerbellRule) -> boolfn ne(&self, __arg_0: &ThinkerbellRule) -> boolimpl Clone for ThinkerbellRulefn clone(&self) -> ThinkerbellRulefn clone_from(&mut self, source: &Self)impl Debug for ThinkerbellRule