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