[][src]Struct rlay_ontology::ontology::Individual

pub struct Individual {
    pub annotations: Vec<Vec<u8>>,
    pub class_assertions: Vec<Vec<u8>>,
    pub negative_class_assertions: Vec<Vec<u8>>,
    pub object_property_assertions: Vec<Vec<u8>>,
    pub negative_object_property_assertions: Vec<Vec<u8>>,
    pub data_property_assertions: Vec<Vec<u8>>,
    pub negative_data_property_assertions: Vec<Vec<u8>>,
}

Fields

annotations: Vec<Vec<u8>>class_assertions: Vec<Vec<u8>>negative_class_assertions: Vec<Vec<u8>>object_property_assertions: Vec<Vec<u8>>negative_object_property_assertions: Vec<Vec<u8>>data_property_assertions: Vec<Vec<u8>>negative_data_property_assertions: Vec<Vec<u8>>

Trait Implementations

impl AssociatedCodec for Individual[src]

impl Canonicalize for Individual[src]

impl CidFieldNames for Individual[src]

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

type Iter = IndividualCidFields<'a>

impl Clone for Individual[src]

impl DataFieldNames for Individual[src]

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

type Iter = IndividualDataFields<'a>

impl Debug for Individual[src]

impl Default for Individual[src]

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

impl From<Individual> for IndividualFormatCompact[src]

impl Into<Entity> for Individual[src]

impl Into<Individual> for IndividualFormatCompact[src]

impl Message for Individual[src]

impl PartialEq<Individual> for Individual[src]

impl StructuralPartialEq for Individual[src]

impl ToCid for Individual[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.