pub struct Href(pub Uri);Expand description
The href XML element as defined in RFC 4918.
Tuple Fields§
§0: UriTrait Implementations§
Source§impl Element for Href
impl Element for Href
Source§const LOCAL_NAME: &'static str = "href"
const LOCAL_NAME: &'static str = "href"
The local name of the element (the name inside the namespace), e.g.
multistatusimpl StructuralPartialEq for Href
Auto Trait Implementations§
impl !Freeze for Href
impl RefUnwindSafe for Href
impl Send for Href
impl Sync for Href
impl Unpin for Href
impl UnwindSafe for Href
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