Enum turtle_syntax::Subject
source · [−]Expand description
Subject of a triples declaration.
Variants
Iri(Iri<F>)
IRI or compact IRI.
BlankNode(BlankNode<F>)
Blank node.
Collection(Vec<Loc<Object<F>, F>>)
Collection of subjects.
Trait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for Subject<F> where
F: RefUnwindSafe,
impl<F> Send for Subject<F> where
F: Send,
impl<F> Sync for Subject<F> where
F: Sync,
impl<F> Unpin for Subject<F> where
F: Unpin,
impl<F> UnwindSafe for Subject<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