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