pub enum InvestigationRejection1Code {
CodeNFND,
CodeNAUT,
CodeUKNW,
CodePCOR,
CodeWMSG,
CodeRNCR,
CodeMROI,
}Variants§
Implementations§
Source§impl InvestigationRejection1Code
impl InvestigationRejection1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InvestigationRejection1Code
impl RefUnwindSafe for InvestigationRejection1Code
impl Send for InvestigationRejection1Code
impl Sync for InvestigationRejection1Code
impl Unpin for InvestigationRejection1Code
impl UnwindSafe for InvestigationRejection1Code
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