Enum turtle_syntax::Literal
source · [−]pub enum Literal<F> {
Rdf(RdfLiteral<F>),
Numeric(Numeric),
Boolean(bool),
}
Expand description
Literal value.
Variants
Rdf(RdfLiteral<F>)
Numeric(Numeric)
Numerical value.
Boolean(bool)
Boolean value.
Trait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for Literal<F> where
F: RefUnwindSafe,
impl<F> Send for Literal<F> where
F: Send,
impl<F> Sync for Literal<F> where
F: Sync,
impl<F> Unpin for Literal<F> where
F: Unpin,
impl<F> UnwindSafe for Literal<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