pub struct SetupNeeded {
pub blocker: SetupBlocker,
pub remedy: String,
}Expand description
What a parked run needs, gathered where the markers are visible.
Fields§
§blocker: SetupBlockerWhich kind of problem it is.
remedy: StringWhat to do about it.
Trait Implementations§
Source§impl Clone for SetupNeeded
impl Clone for SetupNeeded
Source§fn clone(&self) -> SetupNeeded
fn clone(&self) -> SetupNeeded
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 SetupNeeded
impl Debug for SetupNeeded
impl Eq for SetupNeeded
Source§impl PartialEq for SetupNeeded
impl PartialEq for SetupNeeded
impl StructuralPartialEq for SetupNeeded
Auto Trait Implementations§
impl Freeze for SetupNeeded
impl RefUnwindSafe for SetupNeeded
impl Send for SetupNeeded
impl Sync for SetupNeeded
impl Unpin for SetupNeeded
impl UnsafeUnpin for SetupNeeded
impl UnwindSafe for SetupNeeded
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.