Struct deuterium::RawPredicate [] [src]

pub struct RawPredicate {
    pub content: String,
}

Fields

Methods

impl RawPredicate
[src]

[src]

Trait Implementations

impl Clone for RawPredicate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RawPredicate
[src]

[src]

Formats the value using the given formatter. Read more

impl Predicate for RawPredicate
[src]

impl PredicateToSql for RawPredicate
[src]

[src]

Auto Trait Implementations

impl Send for RawPredicate

impl Sync for RawPredicate