pub struct ExecutorId(/* private fields */);Expand description
A unique ID for an executor
Implementations§
Trait Implementations§
Source§impl Clone for ExecutorId
impl Clone for ExecutorId
Source§fn clone(&self) -> ExecutorId
fn clone(&self) -> ExecutorId
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 ExecutorId
Source§impl Debug for ExecutorId
impl Debug for ExecutorId
impl Eq for ExecutorId
Source§impl Hash for ExecutorId
impl Hash for ExecutorId
Source§impl Ord for ExecutorId
impl Ord for ExecutorId
Source§fn cmp(&self, other: &ExecutorId) -> Ordering
fn cmp(&self, other: &ExecutorId) -> 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 ExecutorId
impl PartialEq for ExecutorId
Source§impl PartialOrd for ExecutorId
impl PartialOrd for ExecutorId
impl StructuralPartialEq for ExecutorId
Auto Trait Implementations§
impl Freeze for ExecutorId
impl RefUnwindSafe for ExecutorId
impl Send for ExecutorId
impl Sync for ExecutorId
impl Unpin for ExecutorId
impl UnsafeUnpin for ExecutorId
impl UnwindSafe for ExecutorId
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