#[repr(i64)]pub enum NSUrlErrorCancelledReason {
UserForceQuitApplication = 0,
BackgroundUpdatesDisabled = 1,
InsufficientSystemResources = 2,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSUrlErrorCancelledReason
impl RefUnwindSafe for NSUrlErrorCancelledReason
impl Send for NSUrlErrorCancelledReason
impl Sync for NSUrlErrorCancelledReason
impl Unpin for NSUrlErrorCancelledReason
impl UnwindSafe for NSUrlErrorCancelledReason
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