pub struct NamespaceInformation {
pub prefix: String,
pub uri: String,
}Fields§
§prefix: String§uri: StringTrait Implementations§
Source§impl Clone for NamespaceInformation
impl Clone for NamespaceInformation
Source§fn clone(&self) -> NamespaceInformation
fn clone(&self) -> NamespaceInformation
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 NamespaceInformation
impl Debug for NamespaceInformation
Source§impl Default for NamespaceInformation
impl Default for NamespaceInformation
Source§fn default() -> NamespaceInformation
fn default() -> NamespaceInformation
Returns the “default value” for a type. Read more
Source§impl PartialEq for NamespaceInformation
impl PartialEq for NamespaceInformation
Source§fn eq(&self, other: &NamespaceInformation) -> bool
fn eq(&self, other: &NamespaceInformation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NamespaceInformation
Auto Trait Implementations§
impl Freeze for NamespaceInformation
impl RefUnwindSafe for NamespaceInformation
impl Send for NamespaceInformation
impl Sync for NamespaceInformation
impl Unpin for NamespaceInformation
impl UnsafeUnpin for NamespaceInformation
impl UnwindSafe for NamespaceInformation
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