Enum iri_string::spec::UriSpec [−][src]
pub enum UriSpec {}
Expand description
A type that represents specification of URI.
About URI, see RFC 3986.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UriSpec
impl UnwindSafe for UriSpec
Blanket Implementations
Mutably borrows from an owned value. Read more