pub enum PendingStatus4Code {
Show 17 variants
CodeACPD,
CodeVALD,
CodeMATD,
CodeAUTD,
CodeINVD,
CodeUMAC,
CodeSTLE,
CodeSTLM,
CodeSSPD,
CodePCAN,
CodePSTL,
CodePFST,
CodeSMLR,
CodeRMLR,
CodeSRBL,
CodeAVLB,
CodeSRML,
}
Variants§
CodeACPD
CodeVALD
CodeMATD
CodeAUTD
CodeINVD
CodeUMAC
CodeSTLE
CodeSTLM
CodeSSPD
CodePCAN
CodePSTL
CodePFST
CodeSMLR
CodeRMLR
CodeSRBL
CodeAVLB
CodeSRML
Implementations§
Source§impl PendingStatus4Code
impl PendingStatus4Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PendingStatus4Code
impl RefUnwindSafe for PendingStatus4Code
impl Send for PendingStatus4Code
impl Sync for PendingStatus4Code
impl Unpin for PendingStatus4Code
impl UnwindSafe for PendingStatus4Code
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