pub struct NsPrefixUniversal {
pub span: Span,
}Fields§
§span: SpanTrait Implementations§
Source§impl Clone for NsPrefixUniversal
impl Clone for NsPrefixUniversal
Source§fn clone(&self) -> NsPrefixUniversal
fn clone(&self) -> NsPrefixUniversal
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NsPrefixUniversal
impl Debug for NsPrefixUniversal
Source§impl PartialEq for NsPrefixUniversal
impl PartialEq for NsPrefixUniversal
Source§fn eq(&self, other: &NsPrefixUniversal) -> bool
fn eq(&self, other: &NsPrefixUniversal) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NsPrefixUniversal
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