Enum sv_parser::ChargeStrength
source · pub enum ChargeStrength {
Small(Box<ChargeStrengthSmall, Global>),
Medium(Box<ChargeStrengthMedium, Global>),
Large(Box<ChargeStrengthLarge, Global>),
}
Variants§
Small(Box<ChargeStrengthSmall, Global>)
Medium(Box<ChargeStrengthMedium, Global>)
Large(Box<ChargeStrengthLarge, Global>)
Trait Implementations§
source§impl Clone for ChargeStrength
impl Clone for ChargeStrength
source§fn clone(&self) -> ChargeStrength
fn clone(&self) -> ChargeStrength
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 ChargeStrength
impl Debug for ChargeStrength
source§impl<'a> From<&'a ChargeStrength> for RefNode<'a>
impl<'a> From<&'a ChargeStrength> for RefNode<'a>
source§fn from(x: &'a ChargeStrength) -> RefNode<'a>
fn from(x: &'a ChargeStrength) -> RefNode<'a>
Converts to this type from the input type.
source§impl<'a> From<&'a ChargeStrength> for RefNodes<'a>
impl<'a> From<&'a ChargeStrength> for RefNodes<'a>
source§fn from(x: &'a ChargeStrength) -> RefNodes<'a>
fn from(x: &'a ChargeStrength) -> RefNodes<'a>
Converts to this type from the input type.
source§impl From<ChargeStrength> for AnyNode
impl From<ChargeStrength> for AnyNode
source§fn from(x: ChargeStrength) -> AnyNode
fn from(x: ChargeStrength) -> AnyNode
Converts to this type from the input type.
source§impl<'a> IntoIterator for &'a ChargeStrength
impl<'a> IntoIterator for &'a ChargeStrength
source§impl PartialEq<ChargeStrength> for ChargeStrength
impl PartialEq<ChargeStrength> for ChargeStrength
source§fn eq(&self, other: &ChargeStrength) -> bool
fn eq(&self, other: &ChargeStrength) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.