pub struct NettingSchemaConfig {
pub enabled: bool,
pub cycle: String,
}Expand description
Intercompany netting configuration.
Controls generation of multilateral netting runs.
Fields§
§enabled: boolWhether netting generation is enabled.
cycle: StringNetting cycle: “daily”, “weekly”, or “monthly”.
Trait Implementations§
Source§impl Clone for NettingSchemaConfig
impl Clone for NettingSchemaConfig
Source§fn clone(&self) -> NettingSchemaConfig
fn clone(&self) -> NettingSchemaConfig
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 NettingSchemaConfig
impl Debug for NettingSchemaConfig
Source§impl Default for NettingSchemaConfig
impl Default for NettingSchemaConfig
Source§impl<'de> Deserialize<'de> for NettingSchemaConfig
impl<'de> Deserialize<'de> for NettingSchemaConfig
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 NettingSchemaConfig
impl RefUnwindSafe for NettingSchemaConfig
impl Send for NettingSchemaConfig
impl Sync for NettingSchemaConfig
impl Unpin for NettingSchemaConfig
impl UnsafeUnpin for NettingSchemaConfig
impl UnwindSafe for NettingSchemaConfig
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