pub struct InvokeJobId(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for InvokeJobId
impl Clone for InvokeJobId
Source§fn clone(&self) -> InvokeJobId
fn clone(&self) -> InvokeJobId
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 InvokeJobId
impl Debug for InvokeJobId
Source§impl Hash for InvokeJobId
impl Hash for InvokeJobId
Source§impl Ord for InvokeJobId
impl Ord for InvokeJobId
Source§fn cmp(&self, other: &InvokeJobId) -> Ordering
fn cmp(&self, other: &InvokeJobId) -> Ordering
1.21.0 · 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 InvokeJobId
impl PartialEq for InvokeJobId
Source§impl PartialOrd for InvokeJobId
impl PartialOrd for InvokeJobId
impl Copy for InvokeJobId
impl Eq for InvokeJobId
impl StructuralPartialEq for InvokeJobId
Auto Trait Implementations§
impl Freeze for InvokeJobId
impl RefUnwindSafe for InvokeJobId
impl Send for InvokeJobId
impl Sync for InvokeJobId
impl Unpin for InvokeJobId
impl UnsafeUnpin for InvokeJobId
impl UnwindSafe for InvokeJobId
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Returns the layout of the type.