Struct virtualization_rs::base::NSError[][src]

pub struct NSError(pub StrongPtr);

Implementations

impl NSError[src]

pub fn nil() -> NSError[src]

pub fn code(&self) -> isize[src]

pub fn localized_description(&self) -> NSString[src]

pub fn localized_failure_reason(&self) -> NSString[src]

pub fn localized_recovery_suggestion(&self) -> NSString[src]

pub fn help_anchor(&self) -> NSString[src]

pub fn user_info(&self) -> NSDictionary[src]

pub fn dump(&self)[src]

Auto Trait Implementations

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.