pub enum AvalonMinerModel {
Show 17 variants
Avalon721,
Avalon741,
Avalon761,
Avalon821,
Avalon841,
Avalon851,
Avalon921,
Avalon1026,
Avalon1047,
Avalon1066,
Avalon1166Pro,
Avalon1126Pro,
Avalon1246,
Avalon1566,
AvalonNano3,
AvalonNano3s,
AvalonHomeQ,
}Variants§
Avalon721
Avalon741
Avalon761
Avalon821
Avalon841
Avalon851
Avalon921
Avalon1026
Avalon1047
Avalon1066
Avalon1166Pro
Avalon1126Pro
Avalon1246
Avalon1566
AvalonNano3
AvalonNano3s
AvalonHomeQ
Trait Implementations§
Source§impl Clone for AvalonMinerModel
impl Clone for AvalonMinerModel
Source§fn clone(&self) -> AvalonMinerModel
fn clone(&self) -> AvalonMinerModel
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 AvalonMinerModel
impl Debug for AvalonMinerModel
Source§impl<'de> Deserialize<'de> for AvalonMinerModel
impl<'de> Deserialize<'de> for AvalonMinerModel
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 Display for AvalonMinerModel
impl Display for AvalonMinerModel
Source§impl From<&AvalonMinerModel> for MinerHardware
impl From<&AvalonMinerModel> for MinerHardware
Source§fn from(value: &AvalonMinerModel) -> Self
fn from(value: &AvalonMinerModel) -> Self
Converts to this type from the input type.
Source§impl FromStr for AvalonMinerModel
impl FromStr for AvalonMinerModel
Source§impl Hash for AvalonMinerModel
impl Hash for AvalonMinerModel
Source§impl PartialEq for AvalonMinerModel
impl PartialEq for AvalonMinerModel
Source§impl Serialize for AvalonMinerModel
impl Serialize for AvalonMinerModel
impl Copy for AvalonMinerModel
impl Eq for AvalonMinerModel
impl StructuralPartialEq for AvalonMinerModel
Auto Trait Implementations§
impl Freeze for AvalonMinerModel
impl RefUnwindSafe for AvalonMinerModel
impl Send for AvalonMinerModel
impl Sync for AvalonMinerModel
impl Unpin for AvalonMinerModel
impl UnwindSafe for AvalonMinerModel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.