Struct mentat_query_sql::Op [] [src]

pub struct Op(pub &'static str);

Trait Implementations

impl Copy for Op
[src]

impl Clone for Op
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl QueryFragment for Op
[src]

Auto Trait Implementations

impl Send for Op

impl Sync for Op