#[repr(transparent)]pub struct ExecutorId(pub Uuid);Expand description
An executor ID.
Tuple Fields§
§0: UuidTrait 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 · 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 ExecutorId
impl Debug for ExecutorId
Source§impl<'de> Deserialize<'de> for ExecutorId
impl<'de> Deserialize<'de> for ExecutorId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ExecutorId
impl Display for ExecutorId
Source§impl From<ExecutorId> for Uuid
impl From<ExecutorId> for Uuid
Source§fn from(value: ExecutorId) -> Self
fn from(value: ExecutorId) -> Self
Converts to this type from the input type.
Source§impl From<Uuid> for ExecutorId
impl From<Uuid> 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 · 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
Source§impl Serialize for ExecutorId
impl Serialize for ExecutorId
impl Copy for ExecutorId
impl Eq 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 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