Struct mysql_common::named_params::MixedParamsError[][src]

pub struct MixedParamsError;

Appears if a statement have both named and positional parameters.

Trait Implementations

impl Debug for MixedParamsError
[src]

Formats the value using the given formatter. Read more

impl Clone for MixedParamsError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for MixedParamsError
[src]

impl PartialEq for MixedParamsError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations