pub struct BasicAuthRequest {
pub username: String,
pub password: String,
}
Fields§
§username: String
§password: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BasicAuthRequest
impl RefUnwindSafe for BasicAuthRequest
impl Send for BasicAuthRequest
impl Sync for BasicAuthRequest
impl Unpin for BasicAuthRequest
impl UnwindSafe for BasicAuthRequest
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