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