pub enum GraphName {
NamedNode(NamedNode),
DefaultGraph,
}
Expand description
A possible graph name.
It is the union of IRIs and the default graph name.
Variants§
Trait Implementations§
Source§impl From<GraphName> for GraphNamePattern
impl From<GraphName> for GraphNamePattern
Source§impl From<GraphName> for GraphTarget
impl From<GraphName> for GraphTarget
Source§impl TryFrom<GraphNamePattern> for GraphName
impl TryFrom<GraphNamePattern> for GraphName
impl Eq for GraphName
impl StructuralPartialEq for GraphName
Auto Trait Implementations§
impl Freeze for GraphName
impl RefUnwindSafe for GraphName
impl Send for GraphName
impl Sync for GraphName
impl Unpin for GraphName
impl UnwindSafe for GraphName
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