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