Struct deuterium::FieldUpdate [] [src]

pub struct FieldUpdate<F, T: Debug> {
    pub field: F,
    pub value: InsertValue<T>,
}

Fields

Methods

impl<F, T: Debug> FieldUpdate<F, T>
[src]

[src]

[src]

Trait Implementations

impl<F: Clone, T: Clone + Debug> Clone for FieldUpdate<F, T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<F: Debug, T: Debug + Debug> Debug for FieldUpdate<F, T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<F, T> FieldUpd for FieldUpdate<F, T> where
    F: Clone + ToPredicateValue + 'static,
    T: Clone + ToPredicateValue + 'static, 
[src]

[src]

impl<F: ToPredicateValue, T: ToPredicateValue> ToSql for FieldUpdate<F, T>
[src]

[src]

Auto Trait Implementations

impl<F, T> !Send for FieldUpdate<F, T>

impl<F, T> !Sync for FieldUpdate<F, T>