pub enum ProcessType {
Pattern,
Url,
}
Variants§
Trait Implementations§
Source§impl Debug for ProcessType
impl Debug for ProcessType
Source§impl PartialEq for ProcessType
impl PartialEq for ProcessType
impl Eq for ProcessType
impl StructuralPartialEq for ProcessType
Auto Trait Implementations§
impl Freeze for ProcessType
impl RefUnwindSafe for ProcessType
impl Send for ProcessType
impl Sync for ProcessType
impl Unpin for ProcessType
impl UnwindSafe for ProcessType
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