pub struct HedgingCalibrationConfig {
pub offset: Option<i8>,
pub forbid: Option<Vec<String>>,
}Fields§
§offset: Option<i8>§forbid: Option<Vec<String>>Trait Implementations§
Source§impl Clone for HedgingCalibrationConfig
impl Clone for HedgingCalibrationConfig
Source§fn clone(&self) -> HedgingCalibrationConfig
fn clone(&self) -> HedgingCalibrationConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HedgingCalibrationConfig
impl Debug for HedgingCalibrationConfig
Source§impl Default for HedgingCalibrationConfig
impl Default for HedgingCalibrationConfig
Source§fn default() -> HedgingCalibrationConfig
fn default() -> HedgingCalibrationConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HedgingCalibrationConfigwhere
HedgingCalibrationConfig: Default,
impl<'de> Deserialize<'de> for HedgingCalibrationConfigwhere
HedgingCalibrationConfig: Default,
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 HedgingCalibrationConfig
impl RefUnwindSafe for HedgingCalibrationConfig
impl Send for HedgingCalibrationConfig
impl Sync for HedgingCalibrationConfig
impl Unpin for HedgingCalibrationConfig
impl UnsafeUnpin for HedgingCalibrationConfig
impl UnwindSafe for HedgingCalibrationConfig
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