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 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