pub struct AuthConfig {
pub user: String,
pub fingerprint: String,
pub tenancy: String,
pub region: String,
pub keypair: PKey<Private>,
}Fields§
§user: String§fingerprint: String§tenancy: String§region: String§keypair: PKey<Private>Implementations§
Auto Trait Implementations§
impl Freeze for AuthConfig
impl RefUnwindSafe for AuthConfig
impl Send for AuthConfig
impl Sync for AuthConfig
impl Unpin for AuthConfig
impl UnsafeUnpin for AuthConfig
impl UnwindSafe for AuthConfig
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