pub struct NsPrefixUniversal {
pub span: Span,
}Fields§
§span: SpanImplementations§
§impl NsPrefixUniversal
impl NsPrefixUniversal
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NsPrefixUniversal
impl RefUnwindSafe for NsPrefixUniversal
impl Send for NsPrefixUniversal
impl Sync for NsPrefixUniversal
impl Unpin for NsPrefixUniversal
impl UnsafeUnpin for NsPrefixUniversal
impl UnwindSafe for NsPrefixUniversal
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