Enum turtle_syntax::RdfLiteral
source · [−]pub enum RdfLiteral<F> {
String(Loc<String, F>),
TypedString(Loc<String, F>, Loc<IriRefBuf, F>),
LangString(Loc<String, F>, Loc<LanguageTagBuf, F>),
}
Variants
String(Loc<String, F>)
String literal.
TypedString(Loc<String, F>, Loc<IriRefBuf, F>)
Typed string literal.
LangString(Loc<String, F>, Loc<LanguageTagBuf, F>)
Language string.
Trait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for RdfLiteral<F> where
F: RefUnwindSafe,
impl<F> Send for RdfLiteral<F> where
F: Send,
impl<F> Sync for RdfLiteral<F> where
F: Sync,
impl<F> Unpin for RdfLiteral<F> where
F: Unpin,
impl<F> UnwindSafe for RdfLiteral<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