Struct url_build_parse::UrlAuthority
source · [−]pub struct UrlAuthority {
pub user_info: Option<UrlUserInfo>,
pub host: String,
pub port: Option<usize>,
}Fields
user_info: Option<UrlUserInfo>host: Stringport: Option<usize>Trait Implementations
sourceimpl Clone for UrlAuthority
impl Clone for UrlAuthority
sourcefn clone(&self) -> UrlAuthority
fn clone(&self) -> UrlAuthority
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for UrlAuthority
impl Debug for UrlAuthority
sourceimpl PartialEq<UrlAuthority> for UrlAuthority
impl PartialEq<UrlAuthority> for UrlAuthority
sourcefn eq(&self, other: &UrlAuthority) -> bool
fn eq(&self, other: &UrlAuthority) -> bool
impl Eq for UrlAuthority
impl StructuralEq for UrlAuthority
impl StructuralPartialEq for UrlAuthority
Auto Trait Implementations
impl RefUnwindSafe for UrlAuthority
impl Send for UrlAuthority
impl Sync for UrlAuthority
impl Unpin for UrlAuthority
impl UnwindSafe for UrlAuthority
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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