pub struct Qname(/* private fields */);
Implementations§
Trait Implementations§
impl StructuralPartialEq for Qname
Auto Trait Implementations§
impl Freeze for Qname
impl RefUnwindSafe for Qname
impl Send for Qname
impl Sync for Qname
impl Unpin for Qname
impl UnwindSafe for Qname
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