pub enum TimerIdentityField {
Owner,
Subsystem,
Name,
}Expand description
The identity component whose validation failed.
Variants§
Owner
Scheduling owner, such as a framework or application.
Subsystem
Functional area within the owner.
Name
Stable logical timer name.
Trait Implementations§
Source§impl Clone for TimerIdentityField
impl Clone for TimerIdentityField
Source§fn clone(&self) -> TimerIdentityField
fn clone(&self) -> TimerIdentityField
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 TimerIdentityField
Source§impl Debug for TimerIdentityField
impl Debug for TimerIdentityField
Source§impl Display for TimerIdentityField
impl Display for TimerIdentityField
impl Eq for TimerIdentityField
Source§impl Hash for TimerIdentityField
impl Hash for TimerIdentityField
Source§impl Ord for TimerIdentityField
impl Ord for TimerIdentityField
Source§fn cmp(&self, other: &TimerIdentityField) -> Ordering
fn cmp(&self, other: &TimerIdentityField) -> 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 TimerIdentityField
impl PartialEq for TimerIdentityField
Source§impl PartialOrd for TimerIdentityField
impl PartialOrd for TimerIdentityField
impl StructuralPartialEq for TimerIdentityField
Auto Trait Implementations§
impl Freeze for TimerIdentityField
impl RefUnwindSafe for TimerIdentityField
impl Send for TimerIdentityField
impl Sync for TimerIdentityField
impl Unpin for TimerIdentityField
impl UnsafeUnpin for TimerIdentityField
impl UnwindSafe for TimerIdentityField
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