Struct qcs_api_client_openapi::apis::configuration::Configuration
source · [−]pub struct Configuration {
pub client: Client,
pub qcs_config: ClientConfiguration,
}Fields
client: Clientqcs_config: ClientConfigurationImplementations
sourceimpl Configuration
impl Configuration
pub async fn new() -> Result<Self, LoadError>
pub fn with_qcs_config(qcs_config: ClientConfiguration) -> Configuration
Trait Implementations
sourceimpl Clone for Configuration
impl Clone for Configuration
sourcefn clone(&self) -> Configuration
fn clone(&self) -> Configuration
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl !RefUnwindSafe for Configuration
impl Send for Configuration
impl Sync for Configuration
impl Unpin for Configuration
impl !UnwindSafe for Configuration
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