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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DrillRouteType
Source§impl Debug for DrillRouteType
impl Debug for DrillRouteType
impl Eq 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§fn eq(&self, other: &DrillRouteType) -> bool
fn eq(&self, other: &DrillRouteType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DrillRouteType
Source§impl VariantArray for DrillRouteType
impl VariantArray for DrillRouteType
Source§impl VariantNames for DrillRouteType
impl VariantNames 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 UnsafeUnpin for DrillRouteType
impl UnwindSafe for DrillRouteType
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