pub struct ConstantRange {
    pub nodes: (ConstantExpression, Symbol, ConstantExpression),
}Fields§
§nodes: (ConstantExpression, Symbol, ConstantExpression)Trait Implementations§
Source§impl Clone for ConstantRange
 
impl Clone for ConstantRange
Source§fn clone(&self) -> ConstantRange
 
fn clone(&self) -> ConstantRange
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 ConstantRange
 
impl Debug for ConstantRange
Source§impl<'a> From<&'a ConstantRange> for RefNode<'a>
 
impl<'a> From<&'a ConstantRange> for RefNode<'a>
Source§fn from(x: &'a ConstantRange) -> RefNode<'a>
 
fn from(x: &'a ConstantRange) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a ConstantRange> for RefNodes<'a>
 
impl<'a> From<&'a ConstantRange> for RefNodes<'a>
Source§fn from(x: &'a ConstantRange) -> RefNodes<'a>
 
fn from(x: &'a ConstantRange) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<ConstantRange> for AnyNode
 
impl From<ConstantRange> for AnyNode
Source§fn from(x: ConstantRange) -> AnyNode
 
fn from(x: ConstantRange) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a ConstantRange
 
impl<'a> IntoIterator for &'a ConstantRange
Source§impl PartialEq for ConstantRange
 
impl PartialEq for ConstantRange
Source§impl<'a> TryFrom<&'a ConstantRange> for Locate
 
impl<'a> TryFrom<&'a ConstantRange> for Locate
Source§impl TryFrom<AnyNode> for ConstantRange
 
impl TryFrom<AnyNode> for ConstantRange
Source§impl TryFrom<ConstantRange> for Locate
 
impl TryFrom<ConstantRange> for Locate
impl StructuralPartialEq for ConstantRange
Auto Trait Implementations§
impl Freeze for ConstantRange
impl RefUnwindSafe for ConstantRange
impl Send for ConstantRange
impl Sync for ConstantRange
impl Unpin for ConstantRange
impl UnwindSafe for ConstantRange
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