Struct ChainFlowReport
pub struct ChainFlowReport {
pub base_exposure: ChainExposureReport,
pub ladder: SpotLadderReport,
pub flip_levels: Vec<ChainExposureFlipLevel>,
pub strike_walls: Vec<ChainStrikeWall>,
pub expiry_walls: Vec<ChainExpiryWall>,
}Fields§
§base_exposure: ChainExposureReport§ladder: SpotLadderReport§flip_levels: Vec<ChainExposureFlipLevel>§strike_walls: Vec<ChainStrikeWall>§expiry_walls: Vec<ChainExpiryWall>Trait Implementations§
§impl Clone for ChainFlowReport
impl Clone for ChainFlowReport
§fn clone(&self) -> ChainFlowReport
fn clone(&self) -> ChainFlowReport
1.0.0 (const: )§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for ChainFlowReport
impl PartialEq for ChainFlowReport
impl StructuralPartialEq for ChainFlowReport
Auto Trait Implementations§
impl Freeze for ChainFlowReport
impl RefUnwindSafe for ChainFlowReport
impl Send for ChainFlowReport
impl Sync for ChainFlowReport
impl Unpin for ChainFlowReport
impl UnsafeUnpin for ChainFlowReport
impl UnwindSafe for ChainFlowReport
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)