pub enum SpectrumKind {
OneSide,
}Variants§
OneSide
Trait Implementations§
Source§impl Clone for SpectrumKind
impl Clone for SpectrumKind
Source§fn clone(&self) -> SpectrumKind
fn clone(&self) -> SpectrumKind
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 SpectrumKind
Source§impl Debug for SpectrumKind
impl Debug for SpectrumKind
impl Eq for SpectrumKind
Source§impl PartialEq for SpectrumKind
impl PartialEq for SpectrumKind
Source§fn eq(&self, other: &SpectrumKind) -> bool
fn eq(&self, other: &SpectrumKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SpectrumKind
Auto Trait Implementations§
impl Freeze for SpectrumKind
impl RefUnwindSafe for SpectrumKind
impl Send for SpectrumKind
impl Sync for SpectrumKind
impl Unpin for SpectrumKind
impl UnsafeUnpin for SpectrumKind
impl UnwindSafe for SpectrumKind
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