Enum turtle_syntax::Verb
source · [−]pub enum Verb<F> {
A,
Predicate(Iri<F>),
}
Expand description
Verb (either a
or a predicate).
Variants
A
a
keyword.
Predicate(Iri<F>)
Predicate.
Trait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for Verb<F> where
F: RefUnwindSafe,
impl<F> Send for Verb<F> where
F: Send,
impl<F> Sync for Verb<F> where
F: Sync,
impl<F> Unpin for Verb<F> where
F: Unpin,
impl<F> UnwindSafe for Verb<F> where
F: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more