pub enum LiteralInfo {
Language(URID),
Datatype(URID),
}
Expand description
The type or language URID of a literal.
Variants§
Trait Implementations§
Source§impl Clone for LiteralInfo
impl Clone for LiteralInfo
Source§fn clone(&self) -> LiteralInfo
fn clone(&self) -> LiteralInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LiteralInfo
impl Debug for LiteralInfo
Source§impl PartialEq for LiteralInfo
impl PartialEq for LiteralInfo
impl Copy for LiteralInfo
impl Eq for LiteralInfo
impl StructuralPartialEq for LiteralInfo
Auto Trait Implementations§
impl Freeze for LiteralInfo
impl RefUnwindSafe for LiteralInfo
impl Send for LiteralInfo
impl Sync for LiteralInfo
impl Unpin for LiteralInfo
impl UnwindSafe for LiteralInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more