Struct syntex_syntax::attr::Deprecation
[−]
[src]
pub struct Deprecation {
pub since: InternedString,
pub reason: InternedString,
}Fields
since | |
reason |
pub struct Deprecation {
pub since: InternedString,
pub reason: InternedString,
}since | |
reason |
impl Hash for Deprecationfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Eq for Deprecationimpl Debug for Deprecationimpl Clone for Deprecationfn clone(&self) -> Deprecationfn clone_from(&mut self, source: &Self)impl PartialOrd for Deprecationfn partial_cmp(&self, __arg_0: &Deprecation) -> Option<Ordering>fn lt(&self, __arg_0: &Deprecation) -> boolfn le(&self, __arg_0: &Deprecation) -> boolfn gt(&self, __arg_0: &Deprecation) -> boolfn ge(&self, __arg_0: &Deprecation) -> boolimpl PartialEq for Deprecationfn eq(&self, __arg_0: &Deprecation) -> boolfn ne(&self, __arg_0: &Deprecation) -> boolimpl Decodable for Deprecationfn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Deprecation, __D::Error>impl Encodable for Deprecation