pub struct NSError(pub StrongPtr);
Tuple Fields§
§0: StrongPtr
Implementations§
Source§impl NSError
impl NSError
pub fn nil() -> NSError
pub fn code(&self) -> isize
pub fn localized_description(&self) -> NSString
pub fn localized_failure_reason(&self) -> NSString
pub fn localized_recovery_suggestion(&self) -> NSString
pub fn help_anchor(&self) -> NSString
pub fn user_info(&self) -> NSDictionary
pub fn dump(&self)
Auto Trait Implementations§
impl Freeze for NSError
impl RefUnwindSafe for NSError
impl !Send for NSError
impl !Sync for NSError
impl Unpin for NSError
impl UnwindSafe for NSError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more