Struct triples::sparql::QueryParser
source · pub struct QueryParser { /* private fields */ }Implementations§
source§impl QueryParser
impl QueryParser
pub fn new() -> QueryParser
pub fn parse<'input>( &self, input: &'input str ) -> Result<SparqlQuery, ParseError<usize, Token<'input>, &'static str>>
Auto Trait Implementations§
impl RefUnwindSafe for QueryParser
impl Send for QueryParser
impl Sync for QueryParser
impl Unpin for QueryParser
impl UnwindSafe for QueryParser
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