pub enum UnderlyingInterestRateType3Code {
CodeBOND,
CodeBNDF,
CodeINTR,
CodeIFUT,
}Variants§
Implementations§
Source§impl UnderlyingInterestRateType3Code
impl UnderlyingInterestRateType3Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for UnderlyingInterestRateType3Code
impl RefUnwindSafe for UnderlyingInterestRateType3Code
impl Send for UnderlyingInterestRateType3Code
impl Sync for UnderlyingInterestRateType3Code
impl Unpin for UnderlyingInterestRateType3Code
impl UnwindSafe for UnderlyingInterestRateType3Code
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