#[repr(transparent)]pub struct PTServiceStatus(pub NSInteger);
Available on crate feature
PTChannelManager
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl PTServiceStatus
impl PTServiceStatus
Sourcepub const Connecting: Self
pub const Connecting: Self
The client is attempting to establish a connection to the service.
The service has become unavailable and availability needs to be re-established once conditions have changed.
Trait Implementations§
Source§impl Clone for PTServiceStatus
impl Clone for PTServiceStatus
Source§fn clone(&self) -> PTServiceStatus
fn clone(&self) -> PTServiceStatus
Returns a duplicate 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 Debug for PTServiceStatus
impl Debug for PTServiceStatus
Source§impl Encode for PTServiceStatus
impl Encode for PTServiceStatus
Source§impl Hash for PTServiceStatus
impl Hash for PTServiceStatus
Source§impl Ord for PTServiceStatus
impl Ord for PTServiceStatus
Source§fn cmp(&self, other: &PTServiceStatus) -> Ordering
fn cmp(&self, other: &PTServiceStatus) -> 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 PTServiceStatus
impl PartialEq for PTServiceStatus
Source§impl PartialOrd for PTServiceStatus
impl PartialOrd for PTServiceStatus
Source§impl RefEncode for PTServiceStatus
impl RefEncode for PTServiceStatus
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 PTServiceStatus
impl Eq for PTServiceStatus
impl StructuralPartialEq for PTServiceStatus
Auto Trait Implementations§
impl Freeze for PTServiceStatus
impl RefUnwindSafe for PTServiceStatus
impl Send for PTServiceStatus
impl Sync for PTServiceStatus
impl Unpin for PTServiceStatus
impl UnwindSafe for PTServiceStatus
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.