pub struct KeptIteration {
pub iteration: String,
pub reason: String,
}Expand description
An iteration kept during cleanup because it still holds uncommitted results.
Fields§
§iteration: String§reason: StringTrait Implementations§
Source§impl Clone for KeptIteration
impl Clone for KeptIteration
Source§fn clone(&self) -> KeptIteration
fn clone(&self) -> KeptIteration
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 KeptIteration
impl Debug for KeptIteration
impl Eq for KeptIteration
Source§impl PartialEq for KeptIteration
impl PartialEq for KeptIteration
impl StructuralPartialEq for KeptIteration
Auto Trait Implementations§
impl Freeze for KeptIteration
impl RefUnwindSafe for KeptIteration
impl Send for KeptIteration
impl Sync for KeptIteration
impl Unpin for KeptIteration
impl UnsafeUnpin for KeptIteration
impl UnwindSafe for KeptIteration
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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.