Struct iri_string::components::AuthorityComponents
source · [−]pub struct AuthorityComponents<'a> { /* private fields */ }Expand description
Subcomponents of authority.
Implementations
Creates a new AuthorityComponents from the IRI.
Returns the userinfo part, excluding the following @.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for AuthorityComponents<'a>
impl<'a> Send for AuthorityComponents<'a>
impl<'a> Sync for AuthorityComponents<'a>
impl<'a> Unpin for AuthorityComponents<'a>
impl<'a> UnwindSafe for AuthorityComponents<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more