Struct cassandra_protocol::query::Query
source · [−]pub struct Query {
pub query: String,
pub params: QueryParams,
}
Expand description
Structure that represents CQL query and parameters which will be applied during its execution
Fields
query: String
params: QueryParams
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Query
impl Send for Query
impl Sync for Query
impl Unpin for Query
impl UnwindSafe for Query
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more