pub enum PlatedDrill {
PlatedThroughHole,
Blind,
Buried,
}Variants§
Trait Implementations§
Source§impl Clone for PlatedDrill
impl Clone for PlatedDrill
Source§fn clone(&self) -> PlatedDrill
fn clone(&self) -> PlatedDrill
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 PlatedDrill
impl Debug for PlatedDrill
Source§impl<'_derivative_strum> From<&'_derivative_strum PlatedDrill> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum PlatedDrill> for &'static str
Source§fn from(x: &'_derivative_strum PlatedDrill) -> &'static str
fn from(x: &'_derivative_strum PlatedDrill) -> &'static str
Converts to this type from the input type.
Source§impl From<PlatedDrill> for &'static str
impl From<PlatedDrill> for &'static str
Source§fn from(x: PlatedDrill) -> &'static str
fn from(x: PlatedDrill) -> &'static str
Converts to this type from the input type.
Source§impl Hash for PlatedDrill
impl Hash for PlatedDrill
Source§impl PartialEq for PlatedDrill
impl PartialEq for PlatedDrill
Source§impl VariantArray for PlatedDrill
impl VariantArray for PlatedDrill
Source§impl VariantNames for PlatedDrill
impl VariantNames for PlatedDrill
impl Copy for PlatedDrill
impl Eq for PlatedDrill
impl StructuralPartialEq for PlatedDrill
Auto Trait Implementations§
impl Freeze for PlatedDrill
impl RefUnwindSafe for PlatedDrill
impl Send for PlatedDrill
impl Sync for PlatedDrill
impl Unpin for PlatedDrill
impl UnwindSafe for PlatedDrill
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)