Struct pgsql_builder::Update [] [src]

pub struct Update<'a> { /* fields omitted */ }

Methods

impl<'a> Update<'a>
[src]

Trait Implementations

impl<'a> Statement<'a> for Update<'a>
[src]

impl<'a> Set for Update<'a>
[src]

Modify self using the provided modifier.

Modify self through a mutable reference with the provided modifier.