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