Enum bluetooth_serial_port::BtError [] [src]

pub enum BtError {
    Unknown,
    Errno(u32String),
    Desc(String),
}

Represents an error which occurred in this library.

Variants

No specific information is known.

On Unix platforms: the error code and an explanation for this error code.

This error only has a description.

Trait Implementations

impl Debug for BtError
[src]

Formats the value using the given formatter.

impl Clone for BtError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BtError
[src]

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

This method tests for !=.

impl Eq for BtError
[src]

impl Display for BtError
[src]

Formats the value using the given formatter.

impl From<Error> for BtError
[src]

Performs the conversion.