Struct oci_sdk::AuthConfig
source · [−]pub struct AuthConfig {
pub user: String,
pub fingerprint: String,
pub tenancy: String,
pub region: String,
pub keypair: PKey<Private>,
}Fields
user: Stringfingerprint: Stringtenancy: Stringregion: Stringkeypair: PKey<Private>Implementations
Auto Trait Implementations
impl RefUnwindSafe for AuthConfig
impl Send for AuthConfig
impl Sync for AuthConfig
impl Unpin for AuthConfig
impl UnwindSafe for AuthConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more