Struct diesel::expression::sql_literal::SqlLiteral
[−]
[src]
pub struct SqlLiteral<ST> { /* fields omitted */ }
Available for when you truly cannot represent something using the expression DSL. You will need to provide the type of the expression, in addition to the SQL. The compiler will be unable to verify the correctness of this type.
Methods
impl<ST> SqlLiteral<ST>
[src]
Trait Implementations
impl<ST: Clone> Clone for SqlLiteral<ST>
[src]
fn clone(&self) -> SqlLiteral<ST>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more