pub struct LayerName<'s> {
pub idents: Vec<InterpolableIdent<'s>>,
pub span: Span,
}Fields§
§idents: Vec<InterpolableIdent<'s>>§span: SpanTrait Implementations§
Source§impl<'s> PartialEq for LayerName<'s>
impl<'s> PartialEq for LayerName<'s>
impl<'s> StructuralPartialEq for LayerName<'s>
Auto Trait Implementations§
impl<'s> Freeze for LayerName<'s>
impl<'s> RefUnwindSafe for LayerName<'s>
impl<'s> Send for LayerName<'s>
impl<'s> Sync for LayerName<'s>
impl<'s> Unpin for LayerName<'s>
impl<'s> UnsafeUnpin for LayerName<'s>
impl<'s> UnwindSafe for LayerName<'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