pub enum QueryType2Code {
CodeALLL,
CodeCHNG,
CodeMODF,
CodeDELD,
}Variants§
Implementations§
Source§impl QueryType2Code
impl QueryType2Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for QueryType2Code
impl RefUnwindSafe for QueryType2Code
impl Send for QueryType2Code
impl Sync for QueryType2Code
impl Unpin for QueryType2Code
impl UnwindSafe for QueryType2Code
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