Struct url_build_parse::UrlUserInfo
source · pub struct UrlUserInfo {
pub username: String,
pub password: Option<String>,
}Fields§
§username: String§password: Option<String>Trait Implementations§
source§impl Clone for UrlUserInfo
impl Clone for UrlUserInfo
source§fn clone(&self) -> UrlUserInfo
fn clone(&self) -> UrlUserInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for UrlUserInfo
impl Debug for UrlUserInfo
source§impl PartialEq<UrlUserInfo> for UrlUserInfo
impl PartialEq<UrlUserInfo> for UrlUserInfo
source§fn eq(&self, other: &UrlUserInfo) -> bool
fn eq(&self, other: &UrlUserInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for UrlUserInfo
impl StructuralEq for UrlUserInfo
impl StructuralPartialEq for UrlUserInfo
Auto Trait Implementations§
impl RefUnwindSafe for UrlUserInfo
impl Send for UrlUserInfo
impl Sync for UrlUserInfo
impl Unpin for UrlUserInfo
impl UnwindSafe for UrlUserInfo
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