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