pub struct BootstrapCredentials {
pub username: String,
pub password: String,
}
Expand description
Credentials for bootstrap
Fields§
§username: String
§password: String
Implementations§
Trait Implementations§
Source§impl Debug for BootstrapCredentials
impl Debug for BootstrapCredentials
Auto Trait Implementations§
impl Freeze for BootstrapCredentials
impl RefUnwindSafe for BootstrapCredentials
impl Send for BootstrapCredentials
impl Sync for BootstrapCredentials
impl Unpin for BootstrapCredentials
impl UnwindSafe for BootstrapCredentials
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