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