Struct wgctrl_rs::InvalidKey[][src]

pub struct InvalidKey;

Represents an error in base64 key parsing.

Trait Implementations

impl Eq for InvalidKey
[src]

impl PartialEq for InvalidKey
[src]

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

This method tests for !=.

impl Debug for InvalidKey
[src]

Formats the value using the given formatter. Read more

impl Clone for InvalidKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for InvalidKey
[src]

Formats the value using the given formatter. Read more

impl From<NulError> for InvalidKey
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for InvalidKey

impl Sync for InvalidKey