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