pub enum DrillRouteType {
Drill,
Route,
Mixed,
}Variants§
Trait Implementations§
Source§impl Clone for DrillRouteType
impl Clone for DrillRouteType
Source§fn clone(&self) -> DrillRouteType
fn clone(&self) -> DrillRouteType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DrillRouteType
impl Debug for DrillRouteType
Source§impl<'_derivative_strum> From<&'_derivative_strum DrillRouteType> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum DrillRouteType> for &'static str
Source§fn from(x: &'_derivative_strum DrillRouteType) -> &'static str
fn from(x: &'_derivative_strum DrillRouteType) -> &'static str
Converts to this type from the input type.
Source§impl From<DrillRouteType> for &'static str
impl From<DrillRouteType> for &'static str
Source§fn from(x: DrillRouteType) -> &'static str
fn from(x: DrillRouteType) -> &'static str
Converts to this type from the input type.
Source§impl Hash for DrillRouteType
impl Hash for DrillRouteType
Source§impl PartialEq for DrillRouteType
impl PartialEq for DrillRouteType
Source§impl VariantArray for DrillRouteType
impl VariantArray for DrillRouteType
Source§impl VariantNames for DrillRouteType
impl VariantNames for DrillRouteType
impl Copy for DrillRouteType
impl Eq for DrillRouteType
impl StructuralPartialEq for DrillRouteType
Auto Trait Implementations§
impl Freeze for DrillRouteType
impl RefUnwindSafe for DrillRouteType
impl Send for DrillRouteType
impl Sync for DrillRouteType
impl Unpin for DrillRouteType
impl UnwindSafe for DrillRouteType
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)