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