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 Client
impl !UnwindSafe for Client
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more