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