Struct deuterium::Placeholder [] [src]

pub struct Placeholder { /* fields omitted */ }

Methods

impl Placeholder
[src]

[src]

[src]

Trait Implementations

impl ToPredicateValue for Placeholder
[src]

[src]

impl ToSql for Placeholder
[src]

[src]

impl Clone for Placeholder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Placeholder
[src]

impl Debug for Placeholder
[src]

[src]

Formats the value using the given formatter. Read more

impl UntypedExpression for Placeholder
[src]

impl ToExpression<bool> for Placeholder
[src]

[src]

impl ToExpression<f64> for Placeholder
[src]

[src]

impl ToExpression<String> for Placeholder
[src]

[src]

impl ToExpression<Vec<u8>> for Placeholder
[src]

[src]

impl ToExpression<NaiveDateTime> for Placeholder
[src]

[src]

impl ToExpression<Value> for Placeholder
[src]

[src]

impl ToExpression<RawExpression> for Placeholder
[src]

[src]

Auto Trait Implementations

impl Send for Placeholder

impl Sync for Placeholder