pub enum SettlementType {
Physical,
Cash,
}Expand description
How a swaption is settled on exercise (Settlement::Type).
Variants§
Trait Implementations§
Source§impl Clone for SettlementType
impl Clone for SettlementType
Source§fn clone(&self) -> SettlementType
fn clone(&self) -> SettlementType
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 SettlementType
Source§impl Debug for SettlementType
impl Debug for SettlementType
Source§impl Default for SettlementType
impl Default for SettlementType
Source§fn default() -> SettlementType
fn default() -> SettlementType
Returns the “default value” for a type. Read more
impl Eq for SettlementType
Source§impl PartialEq for SettlementType
impl PartialEq for SettlementType
impl StructuralPartialEq for SettlementType
Auto Trait Implementations§
impl Freeze for SettlementType
impl RefUnwindSafe for SettlementType
impl Send for SettlementType
impl Sync for SettlementType
impl Unpin for SettlementType
impl UnsafeUnpin for SettlementType
impl UnwindSafe for SettlementType
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