[][src]Struct fastobo_graphs::model::Meta

pub struct Meta {
    pub definition: Option<Box<DefinitionPropertyValue>>,
    pub comments: Vec<String>,
    pub subsets: Vec<String>,
    pub xrefs: Vec<XrefPropertyValue>,
    pub synonyms: Vec<SynonymPropertyValue>,
    pub basic_property_values: Vec<BasicPropertyValue>,
    pub version: Option<String>,
    pub deprecated: bool,
}

Fields

definition: Option<Box<DefinitionPropertyValue>>comments: Vec<String>subsets: Vec<String>xrefs: Vec<XrefPropertyValue>synonyms: Vec<SynonymPropertyValue>basic_property_values: Vec<BasicPropertyValue>version: Option<String>deprecated: bool

Trait Implementations

impl FromGraph<Meta> for Vec<TermClause>[src]

impl FromGraph<Meta> for Vec<TypedefClause>[src]

impl FromGraph<Meta> for Vec<InstanceClause>[src]

impl FromGraph<Meta> for HeaderFrame[src]

impl Clone for Meta[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for Meta[src]

impl PartialEq<Meta> for Meta[src]

impl Eq for Meta[src]

impl Debug for Meta[src]

impl Serialize for Meta[src]

impl<'de> Deserialize<'de> for Meta[src]

Auto Trait Implementations

impl Unpin for Meta

impl Sync for Meta

impl Send for Meta

impl UnwindSafe for Meta

impl RefUnwindSafe for Meta

Blanket Implementations

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]