pub enum InterestType3Code {
CodeZCPN,
CodeFIXD,
CodeFLRN,
CodeDUAL,
CodeINDE,
CodeDSCO,
}Variants§
Implementations§
Source§impl InterestType3Code
impl InterestType3Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InterestType3Code
impl RefUnwindSafe for InterestType3Code
impl Send for InterestType3Code
impl Sync for InterestType3Code
impl Unpin for InterestType3Code
impl UnwindSafe for InterestType3Code
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