Struct aws_sdk_s3control::operation::delete_access_grant::builders::DeleteAccessGrantOutputBuilder
source · #[non_exhaustive]pub struct DeleteAccessGrantOutputBuilder { /* private fields */ }Expand description
A builder for DeleteAccessGrantOutput.
Implementations§
source§impl DeleteAccessGrantOutputBuilder
impl DeleteAccessGrantOutputBuilder
sourcepub fn build(self) -> DeleteAccessGrantOutput
pub fn build(self) -> DeleteAccessGrantOutput
Consumes the builder and constructs a DeleteAccessGrantOutput.
Trait Implementations§
source§impl Clone for DeleteAccessGrantOutputBuilder
impl Clone for DeleteAccessGrantOutputBuilder
source§fn clone(&self) -> DeleteAccessGrantOutputBuilder
fn clone(&self) -> DeleteAccessGrantOutputBuilder
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 moresource§impl Default for DeleteAccessGrantOutputBuilder
impl Default for DeleteAccessGrantOutputBuilder
source§fn default() -> DeleteAccessGrantOutputBuilder
fn default() -> DeleteAccessGrantOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteAccessGrantOutputBuilder
impl PartialEq for DeleteAccessGrantOutputBuilder
source§fn eq(&self, other: &DeleteAccessGrantOutputBuilder) -> bool
fn eq(&self, other: &DeleteAccessGrantOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteAccessGrantOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteAccessGrantOutputBuilder
impl Send for DeleteAccessGrantOutputBuilder
impl Sync for DeleteAccessGrantOutputBuilder
impl Unpin for DeleteAccessGrantOutputBuilder
impl UnwindSafe for DeleteAccessGrantOutputBuilder
Blanket Implementations§
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.