pub struct Meta {
pub definition: Option<DefinitionPropertyValue>,
pub comments: Vec<String>,
pub subsets: Vec<String>,
pub synonyms: Vec<SynonymPropertyValue>,
pub xrefs: Vec<XrefPropertyValue>,
pub basic_property_values: Vec<BasicPropertyValue>,
pub version: Option<String>,
pub deprecated: Option<bool>,
}Fields§
§definition: Option<DefinitionPropertyValue>§comments: Vec<String>§subsets: Vec<String>§synonyms: Vec<SynonymPropertyValue>§xrefs: Vec<XrefPropertyValue>§basic_property_values: Vec<BasicPropertyValue>§version: Option<String>§deprecated: Option<bool>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Meta
impl RefUnwindSafe for Meta
impl Send for Meta
impl Sync for Meta
impl Unpin for Meta
impl UnwindSafe for Meta
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more