pub enum DisabledReason2Code {
CodeCLOS,
CodeBKRP,
CodeCMMT,
CodeCNFS,
CodeMORT,
CodePCOM,
CodePLDG,
CodeTRPE,
CodeSANC,
CodeTRAN,
CodeREJT,
}Variants§
Implementations§
Source§impl DisabledReason2Code
impl DisabledReason2Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for DisabledReason2Code
impl RefUnwindSafe for DisabledReason2Code
impl Send for DisabledReason2Code
impl Sync for DisabledReason2Code
impl Unpin for DisabledReason2Code
impl UnwindSafe for DisabledReason2Code
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