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]

The result of adding these numbers together

impl Plus<Once> for Once
[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 Once

impl Sync for Once