pub struct AQLQuery<'a> {
pub aql: &'a str,
pub aql_parameters: Value,
}Fields§
§aql: &'a str§aql_parameters: ValueTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for AQLQuery<'a>
impl<'a> RefUnwindSafe for AQLQuery<'a>
impl<'a> Send for AQLQuery<'a>
impl<'a> Sync for AQLQuery<'a>
impl<'a> Unpin for AQLQuery<'a>
impl<'a> UnsafeUnpin for AQLQuery<'a>
impl<'a> UnwindSafe for AQLQuery<'a>
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