pub struct WorkItemId(/* private fields */);Trait Implementations§
Source§impl Clone for WorkItemId
 
impl Clone for WorkItemId
Source§fn clone(&self) -> WorkItemId
 
fn clone(&self) -> WorkItemId
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 moreSource§impl Debug for WorkItemId
 
impl Debug for WorkItemId
Source§impl From<WorkItemId> for i32
 
impl From<WorkItemId> for i32
Source§fn from(value: WorkItemId) -> Self
 
fn from(value: WorkItemId) -> Self
Converts to this type from the input type.
impl Copy for WorkItemId
Auto Trait Implementations§
impl Freeze for WorkItemId
impl RefUnwindSafe for WorkItemId
impl Send for WorkItemId
impl Sync for WorkItemId
impl Unpin for WorkItemId
impl UnwindSafe for WorkItemId
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