Struct bonsaidb::keystorage::s3::aws_sdk_s3::operation::list_buckets::builders::ListBucketsInputBuilder
#[non_exhaustive]pub struct ListBucketsInputBuilder {}
Expand description
A builder for ListBucketsInput
.
Implementations§
§impl ListBucketsInputBuilder
impl ListBucketsInputBuilder
pub fn build(self) -> Result<ListBucketsInput, BuildError>
pub fn build(self) -> Result<ListBucketsInput, BuildError>
Consumes the builder and constructs a ListBucketsInput
.
§impl ListBucketsInputBuilder
impl ListBucketsInputBuilder
pub async fn send_with(
self,
client: &Client
) -> Result<ListBucketsOutput, SdkError<ListBucketsError, Response<SdkBody>>>
pub async fn send_with( self, client: &Client ) -> Result<ListBucketsOutput, SdkError<ListBucketsError, Response<SdkBody>>>
Sends a request with this input using the given client.
Trait Implementations§
§impl Clone for ListBucketsInputBuilder
impl Clone for ListBucketsInputBuilder
§fn clone(&self) -> ListBucketsInputBuilder
fn clone(&self) -> ListBucketsInputBuilder
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§impl Debug for ListBucketsInputBuilder
impl Debug for ListBucketsInputBuilder
§impl Default for ListBucketsInputBuilder
impl Default for ListBucketsInputBuilder
§fn default() -> ListBucketsInputBuilder
fn default() -> ListBucketsInputBuilder
Returns the “default value” for a type. Read more
§impl PartialEq for ListBucketsInputBuilder
impl PartialEq for ListBucketsInputBuilder
§fn eq(&self, other: &ListBucketsInputBuilder) -> bool
fn eq(&self, other: &ListBucketsInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListBucketsInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListBucketsInputBuilder
impl Send for ListBucketsInputBuilder
impl Sync for ListBucketsInputBuilder
impl Unpin for ListBucketsInputBuilder
impl UnwindSafe for ListBucketsInputBuilder
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more