pub struct AnyUri(/* private fields */);Expand description
XML Schema 1.0 anyURI after whitespace collapsing.
Its lexical space is broader than an ASCII URI-reference: XML Schema’s escaping procedure admits Unicode and spaces that become percent-encoded in the corresponding URI. The stored value retains that pre-escaped spelling.
Implementations§
Trait Implementations§
impl Eq for AnyUri
impl StructuralPartialEq for AnyUri
Auto Trait Implementations§
impl Freeze for AnyUri
impl RefUnwindSafe for AnyUri
impl Send for AnyUri
impl Sync for AnyUri
impl Unpin for AnyUri
impl UnwindSafe for AnyUri
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