[][src]Enum horned_owl::vocab::OWL

pub enum OWL {
    AllDifferent,
    AllValuesFrom,
    AnnotatedProperty,
    AnnotatedSource,
    AnnotatedTarget,
    AnnotationProperty,
    AssertionProperty,
    AsymmetricProperty,
    Axiom,
    Class,
    ComplementOf,
    DatatypeComplementOf,
    DatatypeProperty,
    DisjointUnionOf,
    DisjointWith,
    DistinctMembers,
    EquivalentClass,
    EquivalentProperty,
    FunctionalProperty,
    HasKey,
    HasValue,
    Imports,
    IntersectionOf,
    InverseFunctionalProperty,
    InverseOf,
    IrreflexiveProperty,
    MaxCardinality,
    MaxQualifiedCardinality,
    MinQualifiedCardinality,
    NamedIndividual,
    NegativePropertyAssertion,
    Nothing,
    ObjectProperty,
    OnClass,
    OnDataRange,
    OnDatatype,
    OneOf,
    OnProperty,
    Ontology,
    QualifiedCardinality,
    PropertyChainAxiom,
    PropertyDisjointWith,
    ReflexiveProperty,
    Restriction,
    SameAs,
    SourceIndividual,
    SomeValuesFrom,
    SymmetricProperty,
    TargetIndividual,
    TargetValue,
    TopDataProperty,
    Thing,
    TransitiveProperty,
    UnionOf,
    VersionIRI,
    VersionInfo,
    WithRestrictions,
}

Variants

AllDifferent
AllValuesFrom
AnnotatedProperty
AnnotatedSource
AnnotatedTarget
AnnotationProperty
AssertionProperty
AsymmetricProperty
Axiom
Class
ComplementOf
DatatypeComplementOf
DatatypeProperty
DisjointUnionOf
DisjointWith
DistinctMembers
EquivalentClass
EquivalentProperty
FunctionalProperty
HasKey
HasValue
Imports
IntersectionOf
InverseFunctionalProperty
InverseOf
IrreflexiveProperty
MaxCardinality
MaxQualifiedCardinality
MinQualifiedCardinality
NamedIndividual
NegativePropertyAssertion
Nothing
ObjectProperty
OnClass
OnDataRange
OnDatatype
OneOf
OnProperty
Ontology
QualifiedCardinality
PropertyChainAxiom
PropertyDisjointWith
ReflexiveProperty
Restriction
SameAs
SourceIndividual
SomeValuesFrom
SymmetricProperty
TargetIndividual
TargetValue
TopDataProperty
Thing
TransitiveProperty
UnionOf
VersionIRI
VersionInfo
WithRestrictions

Trait Implementations

impl Clone for OWL[src]

impl Debug for OWL[src]

impl Eq for OWL[src]

impl Hash for OWL[src]

impl<'a> Meta<&'a IRIString> for OWL[src]

impl Ord for OWL[src]

impl PartialEq<OWL> for OWL[src]

impl PartialOrd<OWL> for OWL[src]

impl StructuralEq for OWL[src]

impl StructuralPartialEq for OWL[src]

Auto Trait Implementations

impl RefUnwindSafe for OWL

impl Send for OWL

impl Sync for OWL

impl Unpin for OWL

impl UnwindSafe for OWL

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<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

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

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

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.

impl<'a, T> WithIRI<'a> for T where
    T: Meta<&'a IRIString>, 
[src]