pub struct LayerNames<'a> {
pub names: Vec<'a, LayerName<'a>>,
pub comma_spans: Vec<'a, Span>,
pub span: Span,
}Fields§
§names: Vec<'a, LayerName<'a>>§comma_spans: Vec<'a, Span>§span: SpanImplementations§
§impl<'a> LayerNames<'a>
impl<'a> LayerNames<'a>
Trait Implementations§
Source§impl<'a> Debug for LayerNames<'a>
impl<'a> Debug for LayerNames<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for LayerNames<'a>
impl<'a> !Send for LayerNames<'a>
impl<'a> !Sync for LayerNames<'a>
impl<'a> !UnwindSafe for LayerNames<'a>
impl<'a> Freeze for LayerNames<'a>
impl<'a> Unpin for LayerNames<'a>
impl<'a> UnsafeUnpin for LayerNames<'a>
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