pub struct ContinueOn {
pub error: bool,
pub failed: bool,
}Expand description
Proceed to dependents even if this task fails/errors.
Fields§
§error: bool§failed: boolTrait Implementations§
Source§impl Clone for ContinueOn
impl Clone for ContinueOn
Source§fn clone(&self) -> ContinueOn
fn clone(&self) -> ContinueOn
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 ContinueOn
impl Debug for ContinueOn
Source§impl Default for ContinueOn
impl Default for ContinueOn
Source§fn default() -> ContinueOn
fn default() -> ContinueOn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ContinueOn
impl<'de> Deserialize<'de> for ContinueOn
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
Source§impl PartialEq for ContinueOn
impl PartialEq for ContinueOn
Source§impl Serialize for ContinueOn
impl Serialize for ContinueOn
impl StructuralPartialEq for ContinueOn
Auto Trait Implementations§
impl Freeze for ContinueOn
impl RefUnwindSafe for ContinueOn
impl Send for ContinueOn
impl Sync for ContinueOn
impl Unpin for ContinueOn
impl UnsafeUnpin for ContinueOn
impl UnwindSafe for ContinueOn
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