Struct cloud_storage::client::Client [−][src]
pub struct Client { /* fields omitted */ }Expand description
The primary entrypoint to perform operations with Google Cloud Storage.
Implementations
Operations on Buckets.
Operations on BucketAccessControls.
Operations on DefaultObjectAccessControls.
Operations on HmacKeys.
Operations on Objects.
Operations on ObjectAccessControls.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Clientimpl !UnwindSafe for Client