pub struct KontextManagementClientConfig {
pub base_url: String,
pub credentials: ServiceAccountCredentials,
pub token_url: Option<String>,
pub api_version: Option<String>,
pub scopes: Option<Vec<String>>,
pub audience: Option<String>,
}Fields§
§base_url: String§credentials: ServiceAccountCredentials§token_url: Option<String>§api_version: Option<String>§scopes: Option<Vec<String>>§audience: Option<String>Trait Implementations§
Source§impl Clone for KontextManagementClientConfig
impl Clone for KontextManagementClientConfig
Source§fn clone(&self) -> KontextManagementClientConfig
fn clone(&self) -> KontextManagementClientConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for KontextManagementClientConfig
impl RefUnwindSafe for KontextManagementClientConfig
impl Send for KontextManagementClientConfig
impl Sync for KontextManagementClientConfig
impl Unpin for KontextManagementClientConfig
impl UnsafeUnpin for KontextManagementClientConfig
impl UnwindSafe for KontextManagementClientConfig
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