pub struct SPARQL;
Implementations§
Auto Trait Implementations§
impl Freeze for SPARQL
impl RefUnwindSafe for SPARQL
impl Send for SPARQL
impl Sync for SPARQL
impl Unpin for SPARQL
impl UnwindSafe for SPARQL
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