Struct nss::nspr::error::Error [] [src]

pub struct Error {
    pub nspr_error: ErrorCode,
    pub os_error: i32,
}

Fields

Methods

impl Error
[src]

Trait Implementations

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Error
[src]

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<ErrorCode> for Error
[src]

Performs the conversion.

impl Into<Error> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.