Struct pgsql_builder::Assignment [] [src]

pub struct Assignment<'a>(pub Cow<'static, str>, pub &'a ToSql);

Trait Implementations

impl<'a> Modifier<Insert<'a>> for Assignment<'a>
[src]

Modify F with self.

impl<'a> Modifier<Update<'a>> for Assignment<'a>
[src]

Modify F with self.

impl<'a> Debug for Assignment<'a>
[src]

Formats the value using the given formatter.