pub struct LayerNames<'s> {
pub names: Vec<LayerName<'s>>,
pub comma_spans: Vec<Span>,
pub span: Span,
}Fields§
§names: Vec<LayerName<'s>>§comma_spans: Vec<Span>§span: SpanTrait Implementations§
Source§impl<'s> Clone for LayerNames<'s>
impl<'s> Clone for LayerNames<'s>
Source§fn clone(&self) -> LayerNames<'s>
fn clone(&self) -> LayerNames<'s>
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<'s> Debug for LayerNames<'s>
impl<'s> Debug for LayerNames<'s>
Source§impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for LayerNames<'s>
impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for LayerNames<'s>
Source§impl<'s> PartialEq for LayerNames<'s>
impl<'s> PartialEq for LayerNames<'s>
Source§impl<'s> SpanIgnoredEq for LayerNames<'s>
impl<'s> SpanIgnoredEq for LayerNames<'s>
Source§fn span_ignored_eq(&self, other: &Self) -> bool
fn span_ignored_eq(&self, other: &Self) -> bool
Compare equality of two AST nodes without respecting their spans.
impl<'s> StructuralPartialEq for LayerNames<'s>
Auto Trait Implementations§
impl<'s> Freeze for LayerNames<'s>
impl<'s> RefUnwindSafe for LayerNames<'s>
impl<'s> Send for LayerNames<'s>
impl<'s> Sync for LayerNames<'s>
impl<'s> Unpin for LayerNames<'s>
impl<'s> UnwindSafe for LayerNames<'s>
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