pub struct ReusableExecutionClassId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ReusableExecutionClassId
impl Clone for ReusableExecutionClassId
Source§fn clone(&self) -> ReusableExecutionClassId
fn clone(&self) -> ReusableExecutionClassId
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 moreSource§impl Debug for ReusableExecutionClassId
impl Debug for ReusableExecutionClassId
Source§impl<'de> Deserialize<'de> for ReusableExecutionClassId
impl<'de> Deserialize<'de> for ReusableExecutionClassId
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
impl Eq for ReusableExecutionClassId
Source§impl Hash for ReusableExecutionClassId
impl Hash for ReusableExecutionClassId
Source§impl Ord for ReusableExecutionClassId
impl Ord for ReusableExecutionClassId
Source§fn cmp(&self, other: &ReusableExecutionClassId) -> Ordering
fn cmp(&self, other: &ReusableExecutionClassId) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ReusableExecutionClassId
impl PartialEq for ReusableExecutionClassId
Source§impl PartialOrd for ReusableExecutionClassId
impl PartialOrd for ReusableExecutionClassId
Source§impl Serialize for ReusableExecutionClassId
impl Serialize for ReusableExecutionClassId
impl StructuralPartialEq for ReusableExecutionClassId
Auto Trait Implementations§
impl Freeze for ReusableExecutionClassId
impl RefUnwindSafe for ReusableExecutionClassId
impl Send for ReusableExecutionClassId
impl Sync for ReusableExecutionClassId
impl Unpin for ReusableExecutionClassId
impl UnsafeUnpin for ReusableExecutionClassId
impl UnwindSafe for ReusableExecutionClassId
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