pub struct FixedOpenTermContract2 {
pub mtrty_dt: Option<String>,
pub termntn_optn: Option<RepoTerminationOption2Code>,
}Fields§
§mtrty_dt: Option<String>§termntn_optn: Option<RepoTerminationOption2Code>Implementations§
Source§impl FixedOpenTermContract2
impl FixedOpenTermContract2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FixedOpenTermContract2
impl RefUnwindSafe for FixedOpenTermContract2
impl Send for FixedOpenTermContract2
impl Sync for FixedOpenTermContract2
impl Unpin for FixedOpenTermContract2
impl UnwindSafe for FixedOpenTermContract2
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