Enum nannou::ui::backend::glium::glium::draw_parameters::QueryCreationError [] [src]

pub enum QueryCreationError {
    NotSupported,
}

Error that can happen when creating a query object.

Variants

The given query type is not supported.

Trait Implementations

impl Copy for QueryCreationError
[src]

impl Error for QueryCreationError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl Clone for QueryCreationError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for QueryCreationError
[src]

[src]

Formats the value using the given formatter. Read more

impl Debug for QueryCreationError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations