pub struct PhoneServicePriority(/* private fields */);Expand description
Valid display priority for a phone-service application-data envelope.
Implementations§
Trait Implementations§
Source§impl Clone for PhoneServicePriority
impl Clone for PhoneServicePriority
Source§fn clone(&self) -> PhoneServicePriority
fn clone(&self) -> PhoneServicePriority
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PhoneServicePriority
Source§impl Debug for PhoneServicePriority
impl Debug for PhoneServicePriority
Source§impl Default for PhoneServicePriority
impl Default for PhoneServicePriority
impl Eq for PhoneServicePriority
Source§impl Ord for PhoneServicePriority
impl Ord for PhoneServicePriority
Source§fn cmp(&self, other: &PhoneServicePriority) -> Ordering
fn cmp(&self, other: &PhoneServicePriority) -> Ordering
1.21.0 (const: unstable) · 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 PhoneServicePriority
impl PartialEq for PhoneServicePriority
Source§impl PartialOrd for PhoneServicePriority
impl PartialOrd for PhoneServicePriority
impl StructuralPartialEq for PhoneServicePriority
Auto Trait Implementations§
impl Freeze for PhoneServicePriority
impl RefUnwindSafe for PhoneServicePriority
impl Send for PhoneServicePriority
impl Sync for PhoneServicePriority
impl Unpin for PhoneServicePriority
impl UnsafeUnpin for PhoneServicePriority
impl UnwindSafe for PhoneServicePriority
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