pub struct NamespaceEntry {
pub prefix: String,
pub delimiter: Option<String>,
}Fields§
§prefix: String§delimiter: Option<String>Trait Implementations§
Source§impl Clone for NamespaceEntry
impl Clone for NamespaceEntry
Source§fn clone(&self) -> NamespaceEntry
fn clone(&self) -> NamespaceEntry
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 NamespaceEntry
impl Debug for NamespaceEntry
Source§impl PartialEq for NamespaceEntry
impl PartialEq for NamespaceEntry
impl Eq for NamespaceEntry
impl StructuralPartialEq for NamespaceEntry
Auto Trait Implementations§
impl Freeze for NamespaceEntry
impl RefUnwindSafe for NamespaceEntry
impl Send for NamespaceEntry
impl Sync for NamespaceEntry
impl Unpin for NamespaceEntry
impl UnsafeUnpin for NamespaceEntry
impl UnwindSafe for NamespaceEntry
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