pub enum Authority {
HostPort,
NoAuthoritySlashless,
NoAuthoritySlashStart,
}Variants
HostPort
NoAuthoritySlashless
NoAuthoritySlashStart
Trait Implementations
impl Copy for Authority
impl Eq for Authority
impl StructuralEq for Authority
impl StructuralPartialEq for Authority
Auto Trait Implementations
impl RefUnwindSafe for Authority
impl Send for Authority
impl Sync for Authority
impl Unpin for Authority
impl UnwindSafe for Authority
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more