pub struct RunnerIdentity { /* private fields */ }Expand description
Stable runner identity and version.
Implementations§
Trait Implementations§
Source§impl Clone for RunnerIdentity
impl Clone for RunnerIdentity
Source§fn clone(&self) -> RunnerIdentity
fn clone(&self) -> RunnerIdentity
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 RunnerIdentity
impl Debug for RunnerIdentity
impl Eq for RunnerIdentity
Source§impl PartialEq for RunnerIdentity
impl PartialEq for RunnerIdentity
impl StructuralPartialEq for RunnerIdentity
Auto Trait Implementations§
impl Freeze for RunnerIdentity
impl RefUnwindSafe for RunnerIdentity
impl Send for RunnerIdentity
impl Sync for RunnerIdentity
impl Unpin for RunnerIdentity
impl UnsafeUnpin for RunnerIdentity
impl UnwindSafe for RunnerIdentity
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CoreExecutorTurnFinalizationGuard for Twhere
T: Send,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.