[][src]Enum horned_owl::model::Facet

pub enum Facet {
    Length,
    MinLength,
    MaxLength,
    Pattern,
    MinInclusive,
    MinExclusive,
    MaxInclusive,
    MaxExclusive,
    TotalDigits,
    FractionDigits,
    LangRange,
}

Variants

Length
MinLength
MaxLength
Pattern
MinInclusive
MinExclusive
MaxInclusive
MaxExclusive
TotalDigits
FractionDigits
LangRange

Trait Implementations

impl Clone for Facet[src]

impl Debug for Facet[src]

impl Eq for Facet[src]

impl Hash for Facet[src]

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

impl Ord for Facet[src]

impl PartialEq<Facet> for Facet[src]

impl PartialOrd<Facet> for Facet[src]

impl StructuralEq for Facet[src]

impl StructuralPartialEq for Facet[src]

Auto Trait Implementations

impl RefUnwindSafe for Facet

impl Send for Facet

impl Sync for Facet

impl Unpin for Facet

impl UnwindSafe for Facet

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]