[][src]Struct iron_oxide::NSError

pub struct NSError(_);

Implementations

impl NSError[src]

pub unsafe fn get_code(&self) -> NSInteger[src]

pub unsafe fn get_domain(&self) -> &str[src]

pub unsafe fn get_localized_description(&self) -> &str[src]

pub unsafe fn get_localized_failure_reason(&self) -> &str[src]

Trait Implementations

impl Debug for NSError[src]

impl Drop for NSError[src]

impl Object for NSError[src]

Auto Trait Implementations

impl RefUnwindSafe for NSError

impl !Send for NSError

impl !Sync for NSError

impl Unpin for NSError

impl UnwindSafe for NSError

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.