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