pub enum AsianStrikeType {
FixedStrike,
FloatingStrike,
}Expand description
Fixed strike (average price) vs floating strike (average strike).
Variants§
Trait Implementations§
Source§impl Clone for AsianStrikeType
impl Clone for AsianStrikeType
Source§fn clone(&self) -> AsianStrikeType
fn clone(&self) -> AsianStrikeType
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 moreimpl Copy for AsianStrikeType
Source§impl Debug for AsianStrikeType
impl Debug for AsianStrikeType
impl Eq for AsianStrikeType
Source§impl PartialEq for AsianStrikeType
impl PartialEq for AsianStrikeType
impl StructuralPartialEq for AsianStrikeType
Auto Trait Implementations§
impl Freeze for AsianStrikeType
impl RefUnwindSafe for AsianStrikeType
impl Send for AsianStrikeType
impl Sync for AsianStrikeType
impl Unpin for AsianStrikeType
impl UnsafeUnpin for AsianStrikeType
impl UnwindSafe for AsianStrikeType
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