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