pub enum DiscreteRange {
Discrete(WithPos<SelectedName>, Option<Range>),
Range(Range),
}
Expand description
LRM discrete_range discrete_range ::= discrete_subtype_indication | range range ::= range_attribute_name | simple_expression direction simple_expression
Variants§
Trait Implementations§
Source§impl Clone for DiscreteRange
impl Clone for DiscreteRange
Source§fn clone(&self) -> DiscreteRange
fn clone(&self) -> DiscreteRange
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 DiscreteRange
impl Debug for DiscreteRange
Source§impl PartialEq for DiscreteRange
impl PartialEq for DiscreteRange
Source§impl Search for DiscreteRange
impl Search for DiscreteRange
fn search(&self, searcher: &mut impl Searcher) -> SearchResult
impl StructuralPartialEq for DiscreteRange
Auto Trait Implementations§
impl Freeze for DiscreteRange
impl !RefUnwindSafe for DiscreteRange
impl Send for DiscreteRange
impl Sync for DiscreteRange
impl Unpin for DiscreteRange
impl !UnwindSafe for DiscreteRange
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