[−][src]Trait diesel::query_source::Plus  
Add two peano numbers together.
This is used to determine the number of times a table appears in a from clause when the from clause contains a join.
Associated Types
type Output
The result of adding these numbers together
Implementors
impl Plus<MoreThanOnce> for Once[src] 
impl Plus<MoreThanOnce> for Oncetype Output = MoreThanOnce
impl Plus<Never> for Once[src] 
impl Plus<Never> for Oncetype Output = Self
impl Plus<Once> for Once[src] 
impl Plus<Once> for Oncetype Output = MoreThanOnce
impl<T> Plus<T> for MoreThanOnce[src] 
impl<T> Plus<T> for MoreThanOncetype Output = Self
impl<T> Plus<T> for Never[src] 
impl<T> Plus<T> for Never