pub enum Literal<'a> {
RDFLiteral(RDFLiteral<'a>),
NumericLiteral(NumericLiteral<'a>),
BooleanLiteral(BooleanLiteral),
}Variants
RDFLiteral(RDFLiteral<'a>)
NumericLiteral(NumericLiteral<'a>)
BooleanLiteral(BooleanLiteral)
Trait Implementations
sourceimpl<'a> PartialEq<Literal<'a>> for Literal<'a>
impl<'a> PartialEq<Literal<'a>> for Literal<'a>
impl<'a> Eq for Literal<'a>
impl<'a> StructuralEq for Literal<'a>
impl<'a> StructuralPartialEq for Literal<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Literal<'a>
impl<'a> Send for Literal<'a>
impl<'a> Sync for Literal<'a>
impl<'a> Unpin for Literal<'a>
impl<'a> UnwindSafe for Literal<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more