pub enum SweepPreset {
Baseline,
ThermalDutyMatrix,
LimbAllocationComparison,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SweepPreset
impl Clone for SweepPreset
Source§fn clone(&self) -> SweepPreset
fn clone(&self) -> SweepPreset
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 SweepPreset
impl Debug for SweepPreset
Source§impl<'de> Deserialize<'de> for SweepPreset
impl<'de> Deserialize<'de> for SweepPreset
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SweepPreset
impl PartialEq for SweepPreset
Source§impl Serialize for SweepPreset
impl Serialize for SweepPreset
Source§impl ValueEnum for SweepPreset
impl ValueEnum for SweepPreset
impl Copy for SweepPreset
impl Eq for SweepPreset
impl StructuralPartialEq for SweepPreset
Auto Trait Implementations§
impl Freeze for SweepPreset
impl RefUnwindSafe for SweepPreset
impl Send for SweepPreset
impl Sync for SweepPreset
impl Unpin for SweepPreset
impl UnsafeUnpin for SweepPreset
impl UnwindSafe for SweepPreset
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