pub struct AuthSpec {
pub mode: AuthMode,
pub username: String,
pub password: String,
pub cert_path: String,
pub key_path: String,
}Fields§
§mode: AuthMode§username: String§password: String§cert_path: String§key_path: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for AuthSpec
impl RefUnwindSafe for AuthSpec
impl Send for AuthSpec
impl Sync for AuthSpec
impl Unpin for AuthSpec
impl UnsafeUnpin for AuthSpec
impl UnwindSafe for AuthSpec
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