Enum turtle_syntax::BlankNode
source · [−]pub enum BlankNode<F> {
Label(String),
Anonymous(Vec<Loc<PredicateObjects<F>, F>>),
}
Variants
Label(String)
Anonymous(Vec<Loc<PredicateObjects<F>, F>>)
Trait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for BlankNode<F> where
F: RefUnwindSafe,
impl<F> Send for BlankNode<F> where
F: Send,
impl<F> Sync for BlankNode<F> where
F: Sync,
impl<F> Unpin for BlankNode<F> where
F: Unpin,
impl<F> UnwindSafe for BlankNode<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