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