pub enum RequestType1Code {
CodeRT01,
CodeRT02,
CodeRT03,
CodeRT04,
CodeRT05,
}Variants§
Implementations§
Source§impl RequestType1Code
impl RequestType1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for RequestType1Code
impl RefUnwindSafe for RequestType1Code
impl Send for RequestType1Code
impl Sync for RequestType1Code
impl Unpin for RequestType1Code
impl UnwindSafe for RequestType1Code
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