pub struct OperationalValidationContract {
pub format_version: i64,
pub mode: OperationalValidationMode,
pub additional_properties: bool,
pub fields: Vec<OperationalValidationField>,
}Fields§
§format_version: i64§mode: OperationalValidationMode§additional_properties: bool§fields: Vec<OperationalValidationField>Trait Implementations§
Source§impl Clone for OperationalValidationContract
impl Clone for OperationalValidationContract
Source§fn clone(&self) -> OperationalValidationContract
fn clone(&self) -> OperationalValidationContract
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<'de> Deserialize<'de> for OperationalValidationContract
impl<'de> Deserialize<'de> for OperationalValidationContract
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 OperationalValidationContract
impl PartialEq for OperationalValidationContract
Source§fn eq(&self, other: &OperationalValidationContract) -> bool
fn eq(&self, other: &OperationalValidationContract) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OperationalValidationContract
Auto Trait Implementations§
impl Freeze for OperationalValidationContract
impl RefUnwindSafe for OperationalValidationContract
impl Send for OperationalValidationContract
impl Sync for OperationalValidationContract
impl Unpin for OperationalValidationContract
impl UnsafeUnpin for OperationalValidationContract
impl UnwindSafe for OperationalValidationContract
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