pub struct ContractTerm6Choice {
pub opn: Option<bool>,
pub fxd: Option<TimeToMaturity2Choice>,
}Fields§
§opn: Option<bool>§fxd: Option<TimeToMaturity2Choice>Implementations§
Source§impl ContractTerm6Choice
impl ContractTerm6Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ContractTerm6Choice
impl RefUnwindSafe for ContractTerm6Choice
impl Send for ContractTerm6Choice
impl Sync for ContractTerm6Choice
impl Unpin for ContractTerm6Choice
impl UnwindSafe for ContractTerm6Choice
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