pub enum ElectrodeConfiguration {
VCB,
VCBB,
HCB,
HOA,
VOA,
}Variants§
Trait Implementations§
Source§impl Clone for ElectrodeConfiguration
impl Clone for ElectrodeConfiguration
Source§fn clone(&self) -> ElectrodeConfiguration
fn clone(&self) -> ElectrodeConfiguration
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ElectrodeConfiguration
impl Debug for ElectrodeConfiguration
Source§impl Hash for ElectrodeConfiguration
impl Hash for ElectrodeConfiguration
Source§impl PartialEq for ElectrodeConfiguration
impl PartialEq for ElectrodeConfiguration
impl Copy for ElectrodeConfiguration
impl Eq for ElectrodeConfiguration
impl StructuralPartialEq for ElectrodeConfiguration
Auto Trait Implementations§
impl Freeze for ElectrodeConfiguration
impl RefUnwindSafe for ElectrodeConfiguration
impl Send for ElectrodeConfiguration
impl Sync for ElectrodeConfiguration
impl Unpin for ElectrodeConfiguration
impl UnwindSafe for ElectrodeConfiguration
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