pub struct ReplacementIntent {
pub policy: PolicyId,
pub previous_attempt: AttemptId,
pub operation: &'static str,
}Expand description
A lifecycle conclusion that must return through ordinary demand and capacity allocation before another runner may start.
Fields§
§policy: PolicyId§previous_attempt: AttemptId§operation: &'static strTrait Implementations§
Source§impl Clone for ReplacementIntent
impl Clone for ReplacementIntent
Source§fn clone(&self) -> ReplacementIntent
fn clone(&self) -> ReplacementIntent
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 ReplacementIntent
Source§impl Debug for ReplacementIntent
impl Debug for ReplacementIntent
impl Eq for ReplacementIntent
Source§impl PartialEq for ReplacementIntent
impl PartialEq for ReplacementIntent
impl StructuralPartialEq for ReplacementIntent
Auto Trait Implementations§
impl Freeze for ReplacementIntent
impl RefUnwindSafe for ReplacementIntent
impl Send for ReplacementIntent
impl Sync for ReplacementIntent
impl Unpin for ReplacementIntent
impl UnsafeUnpin for ReplacementIntent
impl UnwindSafe for ReplacementIntent
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,
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.