pub struct LoadedConfig {
pub user_id: String,
pub tenancy_id: String,
pub region: String,
pub fingerprint: String,
pub private_key: String,
}Expand description
Loaded configuration data
Fields§
§user_id: String§tenancy_id: String§region: String§fingerprint: String§private_key: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for LoadedConfig
impl RefUnwindSafe for LoadedConfig
impl Send for LoadedConfig
impl Sync for LoadedConfig
impl Unpin for LoadedConfig
impl UnwindSafe for LoadedConfig
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