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