pub enum DataCheck {
Off,
Warning,
Assist,
}Expand description
Data consistency checking and modeling assistance. https://www.ibm.com/docs/en/icos/20.1.0?topic=parameters-data-consistency-checking-modeling-assistance
Variants§
Trait Implementations§
impl Copy for DataCheck
Auto Trait Implementations§
impl Freeze for DataCheck
impl RefUnwindSafe for DataCheck
impl Send for DataCheck
impl Sync for DataCheck
impl Unpin for DataCheck
impl UnwindSafe for DataCheck
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