pub enum RequestType2Code {
CodeRT11,
CodeRT12,
CodeRT13,
CodeRT14,
CodeRT15,
}Variants§
Implementations§
Source§impl RequestType2Code
impl RequestType2Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for RequestType2Code
impl RefUnwindSafe for RequestType2Code
impl Send for RequestType2Code
impl Sync for RequestType2Code
impl Unpin for RequestType2Code
impl UnwindSafe for RequestType2Code
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