[][src]Enum horned_owl::vocab::RDFS

pub enum RDFS {
    Comment,
    Datatype,
    Domain,
    IsDefinedBy,
    Label,
    Range,
    SeeAlso,
    SubClassOf,
    SubPropertyOf,
}

Variants

Comment
Datatype
Domain
IsDefinedBy
Label
Range
SeeAlso
SubClassOf
SubPropertyOf

Implementations

impl RDFS[src]

pub fn is_builtin(&self) -> bool[src]

Trait Implementations

impl Clone for RDFS[src]

impl Debug for RDFS[src]

impl Eq for RDFS[src]

impl Hash for RDFS[src]

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

impl Ord for RDFS[src]

impl PartialEq<RDFS> for RDFS[src]

impl PartialOrd<RDFS> for RDFS[src]

impl StructuralEq for RDFS[src]

impl StructuralPartialEq for RDFS[src]

Auto Trait Implementations

impl RefUnwindSafe for RDFS

impl Send for RDFS

impl Sync for RDFS

impl Unpin for RDFS

impl UnwindSafe for RDFS

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]