pub enum GraphScan {
Default,
Named(NamedNode),
}Expand description
Which graph a Scan reads. Variable graph names are unsupported (fallback),
so only the default graph and fixed named graphs appear here.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GraphScan
impl RefUnwindSafe for GraphScan
impl Send for GraphScan
impl Sync for GraphScan
impl Unpin for GraphScan
impl UnsafeUnpin for GraphScan
impl UnwindSafe for GraphScan
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