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