pub struct AqlQuery {
pub query: String,
pub bind_vars: HashMap<String, Value>,
}Expand description
An AQL query with bind variables
Fields§
§query: String§bind_vars: HashMap<String, Value>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AqlQuery
impl RefUnwindSafe for AqlQuery
impl Send for AqlQuery
impl Sync for AqlQuery
impl Unpin for AqlQuery
impl UnwindSafe for AqlQuery
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