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 (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 CopperType
Source§impl Debug for CopperType
impl Debug for CopperType
impl Eq 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§fn eq(&self, other: &CopperType) -> bool
fn eq(&self, other: &CopperType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CopperType
Source§impl VariantArray for CopperType
impl VariantArray for CopperType
Source§impl VariantNames for CopperType
impl VariantNames 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 UnsafeUnpin for CopperType
impl UnwindSafe for CopperType
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