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]

The result of adding these numbers together

impl Plus<MoreThanOnce> for Once
[src]

The result of adding these numbers together

Auto Trait Implementations

impl Send for MoreThanOnce

impl Sync for MoreThanOnce