Struct pgsql_builder::Limit [] [src]

pub struct Limit(pub usize);

Trait Implementations

impl<'a> Modifier<Select<'a>> for Limit
[src]

Modify F with self.

impl Debug for Limit
[src]

Formats the value using the given formatter.

impl Display for Limit
[src]

Formats the value using the given formatter. Read more