Struct core_extensions::option_result_ext::IsNoneError[][src]

pub struct IsNoneError;

The ResultLike::Error value for Option

Trait Implementations

impl Debug for IsNoneError
[src]

Formats the value using the given formatter. Read more

impl Copy for IsNoneError
[src]

impl Clone for IsNoneError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for IsNoneError
[src]

impl PartialEq for IsNoneError
[src]

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

This method tests for !=.

impl Display for IsNoneError
[src]

Formats the value using the given formatter. Read more

impl Error for IsNoneError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for IsNoneError

impl Sync for IsNoneError