Struct google_cloud_storage::client::ClientConfig
source · pub struct ClientConfig {
pub project: Option<Project>,
pub storage_endpoint: String,
pub service_account_endpoint: String,
}Fields§
§project: Option<Project>§storage_endpoint: String§service_account_endpoint: StringTrait Implementations§
source§impl Clone for ClientConfig
impl Clone for ClientConfig
source§fn clone(&self) -> ClientConfig
fn clone(&self) -> ClientConfig
Returns a copy 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 more