Enum bluenrg::gatt::RangeError[][src]

pub enum RangeError {
    Inverted,
}

Potential errors that can occer when creating a Range.

Variants

The beginning of the range came after the end.

Trait Implementations

impl Copy for RangeError
[src]

impl Clone for RangeError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RangeError
[src]

Formats the value using the given formatter. Read more

impl PartialEq for RangeError
[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

impl Send for RangeError

impl Sync for RangeError