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