#[repr(i64)]pub enum NSUrlSessionAuthChallengeDisposition {
UseCredential = 0,
PerformDefaultHandling = 1,
CancelAuthenticationChallenge = 2,
RejectProtectionSpace = 3,
}Variants§
UseCredential = 0
PerformDefaultHandling = 1
CancelAuthenticationChallenge = 2
RejectProtectionSpace = 3
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSUrlSessionAuthChallengeDisposition
impl RefUnwindSafe for NSUrlSessionAuthChallengeDisposition
impl Send for NSUrlSessionAuthChallengeDisposition
impl Sync for NSUrlSessionAuthChallengeDisposition
impl Unpin for NSUrlSessionAuthChallengeDisposition
impl UnwindSafe for NSUrlSessionAuthChallengeDisposition
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