Struct mentat_query_sql::Op
[−]
[src]
pub struct Op(pub &'static str);
Trait Implementations
impl Copy for Op
[src]
impl Copy for Op
impl Clone for Op
[src]
impl Clone for Op
fn clone(&self) -> Op
[src]
fn clone(&self) -> Op
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl QueryFragment for Op
[src]
impl QueryFragment for Op