pub struct Reasoner {}Expand description
RDF dataset reasoner. Consumes RDF input, produces entailed RDF output.
Implementations§
Trait Implementations§
Source§impl Ord for Reasoner
impl Ord for Reasoner
Source§impl PartialOrd for Reasoner
impl PartialOrd for Reasoner
impl Eq for Reasoner
impl StructuralPartialEq for Reasoner
Auto Trait Implementations§
impl Freeze for Reasoner
impl RefUnwindSafe for Reasoner
impl Send for Reasoner
impl Sync for Reasoner
impl Unpin for Reasoner
impl UnwindSafe for Reasoner
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