Struct cassandra_protocol::query::prepared_query::PreparedQuery
source · pub struct PreparedQuery {
pub id: CBytesShort,
pub query: String,
pub keyspace: Option<String>,
pub pk_indexes: Vec<i16>,
pub result_metadata_id: ArcSwapOption<CBytesShort>,
}
Fields§
§id: CBytesShort
§query: String
§keyspace: Option<String>
§pk_indexes: Vec<i16>
§result_metadata_id: ArcSwapOption<CBytesShort>
Trait Implementations§
source§impl Clone for PreparedQuery
impl Clone for PreparedQuery
source§impl Debug for PreparedQuery
impl Debug for PreparedQuery
source§impl Hash for PreparedQuery
impl Hash for PreparedQuery
source§impl Ord for PreparedQuery
impl Ord for PreparedQuery
source§impl PartialEq<PreparedQuery> for PreparedQuery
impl PartialEq<PreparedQuery> for PreparedQuery
source§impl PartialOrd<PreparedQuery> for PreparedQuery
impl PartialOrd<PreparedQuery> for PreparedQuery
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more