Struct WorkItemPriority
#[repr(transparent)]pub struct WorkItemPriority(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl WorkItemPriority
impl WorkItemPriority
Trait Implementations§
§impl Clone for WorkItemPriority
impl Clone for WorkItemPriority
§fn clone(&self) -> WorkItemPriority
fn clone(&self) -> WorkItemPriority
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 more§impl Debug for WorkItemPriority
impl Debug for WorkItemPriority
§impl Default for WorkItemPriority
impl Default for WorkItemPriority
§fn default() -> WorkItemPriority
fn default() -> WorkItemPriority
Returns the “default value” for a type. Read more
§impl PartialEq for WorkItemPriority
impl PartialEq for WorkItemPriority
impl Copy for WorkItemPriority
impl Eq for WorkItemPriority
impl StructuralPartialEq for WorkItemPriority
Auto Trait Implementations§
impl Freeze for WorkItemPriority
impl RefUnwindSafe for WorkItemPriority
impl Send for WorkItemPriority
impl Sync for WorkItemPriority
impl Unpin for WorkItemPriority
impl UnwindSafe for WorkItemPriority
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