pub struct PhoneExecutePriority(/* private fields */);Expand description
Valid priority for one phone execute action.
Implementations§
Trait Implementations§
Source§impl Clone for PhoneExecutePriority
impl Clone for PhoneExecutePriority
Source§fn clone(&self) -> PhoneExecutePriority
fn clone(&self) -> PhoneExecutePriority
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 PhoneExecutePriority
Source§impl Debug for PhoneExecutePriority
impl Debug for PhoneExecutePriority
Source§impl<'de> Deserialize<'de> for PhoneExecutePriority
impl<'de> Deserialize<'de> for PhoneExecutePriority
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PhoneExecutePriority
Source§impl Ord for PhoneExecutePriority
impl Ord for PhoneExecutePriority
Source§fn cmp(&self, other: &PhoneExecutePriority) -> Ordering
fn cmp(&self, other: &PhoneExecutePriority) -> 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 PhoneExecutePriority
impl PartialEq for PhoneExecutePriority
Source§impl PartialOrd for PhoneExecutePriority
impl PartialOrd for PhoneExecutePriority
Source§impl Serialize for PhoneExecutePriority
impl Serialize for PhoneExecutePriority
impl StructuralPartialEq for PhoneExecutePriority
Auto Trait Implementations§
impl Freeze for PhoneExecutePriority
impl RefUnwindSafe for PhoneExecutePriority
impl Send for PhoneExecutePriority
impl Sync for PhoneExecutePriority
impl Unpin for PhoneExecutePriority
impl UnsafeUnpin for PhoneExecutePriority
impl UnwindSafe for PhoneExecutePriority
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