#[repr(i64)]pub enum NSUrlSessionResponseDisposition {
Cancel = 0,
Allow = 1,
BecomeDownload = 2,
BecomeStream = 3,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSUrlSessionResponseDisposition
impl RefUnwindSafe for NSUrlSessionResponseDisposition
impl Send for NSUrlSessionResponseDisposition
impl Sync for NSUrlSessionResponseDisposition
impl Unpin for NSUrlSessionResponseDisposition
impl UnwindSafe for NSUrlSessionResponseDisposition
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