pub enum StatusResponse1Code {
CodeNRES,
CodePART,
CodeCOMP,
}Variants§
Implementations§
Source§impl StatusResponse1Code
impl StatusResponse1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for StatusResponse1Code
impl RefUnwindSafe for StatusResponse1Code
impl Send for StatusResponse1Code
impl Sync for StatusResponse1Code
impl Unpin for StatusResponse1Code
impl UnwindSafe for StatusResponse1Code
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