[][src]Struct rlay_ontology::ontology::NegativeAnnotationAssertion

pub struct NegativeAnnotationAssertion {
    pub annotations: Vec<Vec<u8>>,
    pub subject: Option<Vec<u8>>,
    pub property: Option<Vec<u8>>,
    pub value: Option<Vec<u8>>,
}

Fields

annotations: Vec<Vec<u8>>subject: Option<Vec<u8>>property: Option<Vec<u8>>value: Option<Vec<u8>>

Methods

impl NegativeAnnotationAssertion[src]

pub fn subject(&self) -> &[u8][src]

pub fn property(&self) -> &[u8][src]

pub fn value(&self) -> &[u8][src]

Trait Implementations

impl AssociatedCodec for NegativeAnnotationAssertion[src]

impl Canonicalize for NegativeAnnotationAssertion[src]

impl CidFieldNames for NegativeAnnotationAssertion[src]

impl<'a> CidFields<'a> for NegativeAnnotationAssertion[src]

impl Clone for NegativeAnnotationAssertion[src]

impl DataFieldNames for NegativeAnnotationAssertion[src]

impl<'a> DataFields<'a> for NegativeAnnotationAssertion[src]

impl Debug for NegativeAnnotationAssertion[src]

impl Default for NegativeAnnotationAssertion[src]

impl<'a> FormatCompact<'a> for NegativeAnnotationAssertion[src]

impl From<NegativeAnnotationAssertion> for NegativeAnnotationAssertionFormatCompact[src]

impl Into<Entity> for NegativeAnnotationAssertion[src]

impl Into<NegativeAnnotationAssertion> for NegativeAnnotationAssertionFormatCompact[src]

impl Message for NegativeAnnotationAssertion[src]

impl PartialEq<NegativeAnnotationAssertion> for NegativeAnnotationAssertion[src]

impl StructuralPartialEq for NegativeAnnotationAssertion[src]

impl ToCid for NegativeAnnotationAssertion[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Owned = T

The resulting type after obtaining ownership.

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.