Struct diesel::query_source::Once [−][src]
pub struct Once;
A table appears in the from clause exactly one time.
Trait Implementations
impl Plus<Never> for Once[src]
impl Plus<Never> for Oncetype Output = Self
The result of adding these numbers together
impl Plus<Once> for Once[src]
impl Plus<Once> for Oncetype Output = MoreThanOnce
The result of adding these numbers together
impl Plus<MoreThanOnce> for Once[src]
impl Plus<MoreThanOnce> for Oncetype Output = MoreThanOnce
The result of adding these numbers together