pub enum DebtInstrumentSeniorityType2Code {
CodeSBOD,
CodeSNDB,
CodeOTHR,
}Variants§
Implementations§
Source§impl DebtInstrumentSeniorityType2Code
impl DebtInstrumentSeniorityType2Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for DebtInstrumentSeniorityType2Code
impl RefUnwindSafe for DebtInstrumentSeniorityType2Code
impl Send for DebtInstrumentSeniorityType2Code
impl Sync for DebtInstrumentSeniorityType2Code
impl Unpin for DebtInstrumentSeniorityType2Code
impl UnwindSafe for DebtInstrumentSeniorityType2Code
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