#[repr(transparent)]pub struct NSURLSessionWebSocketCloseCode(pub NSInteger);
Available on crate feature
NSURLSession
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl NSURLSessionWebSocketCloseCode
impl NSURLSessionWebSocketCloseCode
pub const Invalid: Self
pub const NormalClosure: Self
pub const GoingAway: Self
pub const ProtocolError: Self
pub const UnsupportedData: Self
pub const NoStatusReceived: Self
pub const AbnormalClosure: Self
pub const InvalidFramePayloadData: Self
pub const PolicyViolation: Self
pub const MessageTooBig: Self
pub const MandatoryExtensionMissing: Self
pub const InternalServerError: Self
pub const TLSHandshakeFailure: Self
Trait Implementations§
Source§impl Clone for NSURLSessionWebSocketCloseCode
impl Clone for NSURLSessionWebSocketCloseCode
Source§fn clone(&self) -> NSURLSessionWebSocketCloseCode
fn clone(&self) -> NSURLSessionWebSocketCloseCode
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Ord for NSURLSessionWebSocketCloseCode
impl Ord for NSURLSessionWebSocketCloseCode
Source§fn cmp(&self, other: &NSURLSessionWebSocketCloseCode) -> Ordering
fn cmp(&self, other: &NSURLSessionWebSocketCloseCode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NSURLSessionWebSocketCloseCode
impl PartialEq for NSURLSessionWebSocketCloseCode
Source§fn eq(&self, other: &NSURLSessionWebSocketCloseCode) -> bool
fn eq(&self, other: &NSURLSessionWebSocketCloseCode) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for NSURLSessionWebSocketCloseCode
impl PartialOrd for NSURLSessionWebSocketCloseCode
Source§impl RefEncode for NSURLSessionWebSocketCloseCode
impl RefEncode for NSURLSessionWebSocketCloseCode
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for NSURLSessionWebSocketCloseCode
impl Eq for NSURLSessionWebSocketCloseCode
impl StructuralPartialEq for NSURLSessionWebSocketCloseCode
Auto Trait Implementations§
impl Freeze for NSURLSessionWebSocketCloseCode
impl RefUnwindSafe for NSURLSessionWebSocketCloseCode
impl Send for NSURLSessionWebSocketCloseCode
impl Sync for NSURLSessionWebSocketCloseCode
impl Unpin for NSURLSessionWebSocketCloseCode
impl UnwindSafe for NSURLSessionWebSocketCloseCode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.