pub struct JidokaYaml {
pub enabled: bool,
pub stop_on_severity: String,
}Expand description
Jidoka (stop-on-error) settings.
Fields§
§enabled: bool§stop_on_severity: StringTrait Implementations§
Source§impl Clone for JidokaYaml
impl Clone for JidokaYaml
Source§fn clone(&self) -> JidokaYaml
fn clone(&self) -> JidokaYaml
Returns a duplicate of the value. Read more
1.0.0 · 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 JidokaYaml
impl Debug for JidokaYaml
Source§impl<'de> Deserialize<'de> for JidokaYaml
impl<'de> Deserialize<'de> for JidokaYaml
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
Auto Trait Implementations§
impl Freeze for JidokaYaml
impl RefUnwindSafe for JidokaYaml
impl Send for JidokaYaml
impl Sync for JidokaYaml
impl Unpin for JidokaYaml
impl UnsafeUnpin for JidokaYaml
impl UnwindSafe for JidokaYaml
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