Enum turtle_syntax::Statement
source · [−]pub enum Statement<F> {
Directive(Directive<F>),
Triples(Loc<Subject<F>, F>, Vec<Loc<PredicateObjects<F>, F>>),
}
Expand description
A statement (directive of triples declaration).
Variants
Directive(Directive<F>)
Directive.
Triples(Loc<Subject<F>, F>, Vec<Loc<PredicateObjects<F>, F>>)
Triples declaration.
Trait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for Statement<F> where
F: RefUnwindSafe,
impl<F> Send for Statement<F> where
F: Send,
impl<F> Sync for Statement<F> where
F: Sync,
impl<F> Unpin for Statement<F> where
F: Unpin,
impl<F> UnwindSafe for Statement<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