Trait deuterium::ToFieldUpdate [] [src]

pub trait ToFieldUpdate<F, T: Debug> {
    fn set<B: ToExpression<T>>(&self, val: &B) -> FieldUpdate<F, T>;
fn set_default(&self) -> FieldUpdate<F, T>; }

Required Methods

Implementors