Struct diesel::query_source::Never [] [src]

pub struct Never;

A table never appears in the from clause.

Trait Implementations

impl<T> Plus<T> for Never
[src]

The result of adding these numbers together

impl Plus<Never> for Once
[src]

The result of adding these numbers together

Auto Trait Implementations

impl Send for Never

impl Sync for Never