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 Once
type Output = Self
The result of adding these numbers together
impl Plus<Once> for Once
[src]
impl Plus<Once> for Once
type Output = MoreThanOnce
The result of adding these numbers together
impl Plus<MoreThanOnce> for Once
[src]
impl Plus<MoreThanOnce> for Once
type Output = MoreThanOnce
The result of adding these numbers together