pub struct CypherSubsetParser;Implementations§
Source§impl CypherSubsetParser
impl CypherSubsetParser
pub fn parse( cypher: &str, _params: &HashMap<String, Value>, ) -> Result<ParsedQuery, GraphError>
Auto Trait Implementations§
impl Freeze for CypherSubsetParser
impl RefUnwindSafe for CypherSubsetParser
impl Send for CypherSubsetParser
impl Sync for CypherSubsetParser
impl Unpin for CypherSubsetParser
impl UnsafeUnpin for CypherSubsetParser
impl UnwindSafe for CypherSubsetParser
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