pub struct RegName(/* private fields */);Expand description
An encoder for URI registered name.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegName
impl RefUnwindSafe for RegName
impl Send for RegName
impl Sync for RegName
impl Unpin for RegName
impl UnwindSafe for RegName
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