[][src]Struct sophia_term::matcher::AnyTerm

pub struct AnyTerm {}

The type of the ANY singleton matcher.

Trait Implementations

impl GraphNameMatcher for AnyTerm[src]

type Term = SimpleIri<'static>

Type of TTerm used internally by this matcher.

impl TermMatcher for AnyTerm[src]

type Term = SimpleIri<'static>

Type of TTerm used internally by this matcher.

Auto Trait Implementations

impl RefUnwindSafe for AnyTerm

impl Send for AnyTerm

impl Sync for AnyTerm

impl Unpin for AnyTerm

impl UnwindSafe for AnyTerm

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<U> TermMatcher for U where
    U: TTerm + ?Sized
[src]

type Term = U

Type of TTerm used internally by this matcher.

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.