pub struct ScenarioConstraintsSchemaConfig {
pub preserve_accounting_identity: bool,
pub preserve_document_chains: bool,
pub preserve_period_close: bool,
pub preserve_balance_coherence: bool,
pub custom: Vec<CustomConstraintSchemaConfig>,
}Expand description
Scenario constraint overrides.
Fields§
§preserve_accounting_identity: bool§preserve_document_chains: bool§preserve_period_close: bool§preserve_balance_coherence: bool§custom: Vec<CustomConstraintSchemaConfig>Trait Implementations§
Source§impl Clone for ScenarioConstraintsSchemaConfig
impl Clone for ScenarioConstraintsSchemaConfig
Source§fn clone(&self) -> ScenarioConstraintsSchemaConfig
fn clone(&self) -> ScenarioConstraintsSchemaConfig
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 ScenarioConstraintsSchemaConfig
impl<'de> Deserialize<'de> for ScenarioConstraintsSchemaConfig
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 ScenarioConstraintsSchemaConfig
impl RefUnwindSafe for ScenarioConstraintsSchemaConfig
impl Send for ScenarioConstraintsSchemaConfig
impl Sync for ScenarioConstraintsSchemaConfig
impl Unpin for ScenarioConstraintsSchemaConfig
impl UnsafeUnpin for ScenarioConstraintsSchemaConfig
impl UnwindSafe for ScenarioConstraintsSchemaConfig
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