pub struct NamespaceUrl(pub Atom);
Tuple Fields§
§0: Atom
Trait Implementations§
Source§impl Borrow<str> for NamespaceUrl
impl Borrow<str> for NamespaceUrl
Source§impl Clone for NamespaceUrl
impl Clone for NamespaceUrl
Source§fn clone(&self) -> NamespaceUrl
fn clone(&self) -> NamespaceUrl
Returns a duplicate of the value. Read more
1.0.0 · 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 NamespaceUrl
impl Debug for NamespaceUrl
Source§impl Default for NamespaceUrl
impl Default for NamespaceUrl
Source§fn default() -> NamespaceUrl
fn default() -> NamespaceUrl
Returns the “default value” for a type. Read more
Source§impl Hash for NamespaceUrl
impl Hash for NamespaceUrl
Source§impl Ord for NamespaceUrl
impl Ord for NamespaceUrl
Source§fn cmp(&self, other: &NamespaceUrl) -> Ordering
fn cmp(&self, other: &NamespaceUrl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NamespaceUrl
impl PartialEq for NamespaceUrl
Source§impl PartialOrd for NamespaceUrl
impl PartialOrd for NamespaceUrl
Source§impl PrecomputedHash for NamespaceUrl
impl PrecomputedHash for NamespaceUrl
Source§fn precomputed_hash(&self) -> u32
fn precomputed_hash(&self) -> u32
Return the precomputed hash for this item.
Source§impl ToCss for NamespaceUrl
impl ToCss for NamespaceUrl
impl Eq for NamespaceUrl
impl StructuralPartialEq for NamespaceUrl
Auto Trait Implementations§
impl Freeze for NamespaceUrl
impl RefUnwindSafe for NamespaceUrl
impl Send for NamespaceUrl
impl Sync for NamespaceUrl
impl Unpin for NamespaceUrl
impl UnwindSafe for NamespaceUrl
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