pub struct TripleScan {
pub subject: ScanTerm,
pub predicate: ScanTerm,
pub object: ScanTerm,
pub graph: GraphScan,
}Expand description
A single triple pattern to match against the dataset.
Fields§
§subject: ScanTerm§predicate: ScanTerm§object: ScanTerm§graph: GraphScanTrait Implementations§
Source§impl Clone for TripleScan
impl Clone for TripleScan
Source§fn clone(&self) -> TripleScan
fn clone(&self) -> TripleScan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TripleScan
impl RefUnwindSafe for TripleScan
impl Send for TripleScan
impl Sync for TripleScan
impl Unpin for TripleScan
impl UnsafeUnpin for TripleScan
impl UnwindSafe for TripleScan
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