pub enum EdaType {
Ad,
KiCad,
}
Expand description
Defines the supported EDA
Variants§
Trait Implementations§
impl Copy for EdaType
impl Eq for EdaType
impl StructuralPartialEq for EdaType
Auto Trait Implementations§
impl Freeze for EdaType
impl RefUnwindSafe for EdaType
impl Send for EdaType
impl Sync for EdaType
impl Unpin for EdaType
impl UnwindSafe for EdaType
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