Struct diesel::query_source::MoreThanOnce [−][src]
pub struct MoreThanOnce;
A table appears in the from clause two or more times.
Trait Implementations
impl<T> Plus<T> for MoreThanOnce
[src]
impl<T> Plus<T> for MoreThanOnce
type Output = Self
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
Auto Trait Implementations
impl Send for MoreThanOnce
impl Send for MoreThanOnce
impl Sync for MoreThanOnce
impl Sync for MoreThanOnce