pub struct RealTaskId(/* private fields */);
Trait Implementations§
Source§impl Clone for RealTaskId
impl Clone for RealTaskId
Source§fn clone(&self) -> RealTaskId
fn clone(&self) -> RealTaskId
Returns a duplicate 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 RealTaskId
impl Debug for RealTaskId
Source§impl Default for RealTaskId
impl Default for RealTaskId
Source§fn default() -> RealTaskId
fn default() -> RealTaskId
Returns the “default value” for a type. Read more
Source§impl From<RealTaskId> for u16
impl From<RealTaskId> for u16
Source§fn from(id: RealTaskId) -> u16
fn from(id: RealTaskId) -> u16
Converts to this type from the input type.
Source§impl From<RealTaskId> for usize
impl From<RealTaskId> for usize
Source§fn from(id: RealTaskId) -> usize
fn from(id: RealTaskId) -> usize
Converts to this type from the input type.
Source§impl From<u16> for RealTaskId
impl From<u16> for RealTaskId
Source§fn from(val: u16) -> RealTaskId
fn from(val: u16) -> RealTaskId
Converts to this type from the input type.
Source§impl From<usize> for RealTaskId
impl From<usize> for RealTaskId
Source§fn from(val: usize) -> RealTaskId
fn from(val: usize) -> RealTaskId
Converts to this type from the input type.
Source§impl Hash for RealTaskId
impl Hash for RealTaskId
Source§impl PartialEq for RealTaskId
impl PartialEq for RealTaskId
impl Copy for RealTaskId
impl Eq for RealTaskId
impl StructuralPartialEq for RealTaskId
Auto Trait Implementations§
impl Freeze for RealTaskId
impl RefUnwindSafe for RealTaskId
impl Send for RealTaskId
impl Sync for RealTaskId
impl Unpin for RealTaskId
impl UnwindSafe for RealTaskId
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