Struct graphannis::graph::Annotation [−][src]
An annotation with a qualified name and a value.
Fields
key: AnnoKey
Qualified name or unique "key" for the annotation
val: String
Value of the annotation
Trait Implementations
impl Default for Annotation[src]
impl Default for Annotationfn default() -> Annotation[src]
fn default() -> AnnotationReturns the "default value" for a type. Read more
impl Eq for Annotation[src]
impl Eq for Annotationimpl PartialEq for Annotation[src]
impl PartialEq for Annotationfn eq(&self, other: &Annotation) -> bool[src]
fn eq(&self, other: &Annotation) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Annotation) -> bool[src]
fn ne(&self, other: &Annotation) -> boolThis method tests for !=.
impl PartialOrd for Annotation[src]
impl PartialOrd for Annotationfn partial_cmp(&self, other: &Annotation) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &Annotation) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &Annotation) -> bool[src]
fn lt(&self, other: &Annotation) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &Annotation) -> bool[src]
fn le(&self, other: &Annotation) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &Annotation) -> bool[src]
fn gt(&self, other: &Annotation) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &Annotation) -> bool[src]
fn ge(&self, other: &Annotation) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Ord for Annotation[src]
impl Ord for Annotationfn cmp(&self, other: &Annotation) -> Ordering[src]
fn cmp(&self, other: &Annotation) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl Clone for Annotation[src]
impl Clone for Annotationfn clone(&self) -> Annotation[src]
fn clone(&self) -> AnnotationReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Debug for Annotation[src]
impl Debug for Annotationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Hash for Annotation[src]
impl Hash for AnnotationAuto Trait Implementations
impl Send for Annotation
impl Send for Annotationimpl Sync for Annotation
impl Sync for Annotation