Struct aws_sdk_s3::input::ListBucketsInput
source · [−]#[non_exhaustive]pub struct ListBucketsInput {}
Implementations
sourceimpl ListBucketsInput
impl ListBucketsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBuckets, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBuckets, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListBuckets
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListBucketsInput
.
Trait Implementations
sourceimpl Clone for ListBucketsInput
impl Clone for ListBucketsInput
sourcefn clone(&self) -> ListBucketsInput
fn clone(&self) -> ListBucketsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ListBucketsInput
impl Debug for ListBucketsInput
sourceimpl PartialEq<ListBucketsInput> for ListBucketsInput
impl PartialEq<ListBucketsInput> for ListBucketsInput
sourcefn eq(&self, other: &ListBucketsInput) -> bool
fn eq(&self, other: &ListBucketsInput) -> bool
impl StructuralPartialEq for ListBucketsInput
Auto Trait Implementations
impl RefUnwindSafe for ListBucketsInput
impl Send for ListBucketsInput
impl Sync for ListBucketsInput
impl Unpin for ListBucketsInput
impl UnwindSafe for ListBucketsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more