pub enum PayoffType {
Vanilla,
Binary,
Barrier,
Asian,
ForwardStart,
Autocallable,
Lookback,
Accumulator,
}Variants§
Trait Implementations§
Source§impl Clone for PayoffType
impl Clone for PayoffType
Source§fn clone(&self) -> PayoffType
fn clone(&self) -> PayoffType
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 PayoffType
Source§impl Debug for PayoffType
impl Debug for PayoffType
Source§impl<'de> Deserialize<'de> for PayoffType
impl<'de> Deserialize<'de> for PayoffType
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
impl Eq for PayoffType
Source§impl FromStr for PayoffType
impl FromStr for PayoffType
Source§impl PartialEq for PayoffType
impl PartialEq for PayoffType
impl StructuralPartialEq for PayoffType
Auto Trait Implementations§
impl Freeze for PayoffType
impl RefUnwindSafe for PayoffType
impl Send for PayoffType
impl Sync for PayoffType
impl Unpin for PayoffType
impl UnsafeUnpin for PayoffType
impl UnwindSafe for PayoffType
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