pub enum NominalSignalLevel {
Professional,
Consumer,
}Expand description
Line output level.
Variants§
Trait Implementations§
source§impl Clone for NominalSignalLevel
impl Clone for NominalSignalLevel
source§fn clone(&self) -> NominalSignalLevel
fn clone(&self) -> NominalSignalLevel
Returns a copy 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 NominalSignalLevel
impl Debug for NominalSignalLevel
source§impl Default for NominalSignalLevel
impl Default for NominalSignalLevel
source§impl PartialEq for NominalSignalLevel
impl PartialEq for NominalSignalLevel
source§fn eq(&self, other: &NominalSignalLevel) -> bool
fn eq(&self, other: &NominalSignalLevel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for NominalSignalLevel
impl Eq for NominalSignalLevel
impl StructuralEq for NominalSignalLevel
impl StructuralPartialEq for NominalSignalLevel
Auto Trait Implementations§
impl RefUnwindSafe for NominalSignalLevel
impl Send for NominalSignalLevel
impl Sync for NominalSignalLevel
impl Unpin for NominalSignalLevel
impl UnwindSafe for NominalSignalLevel
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