Struct aws_sdk_mq::input::DeleteBrokerInput
source · [−]#[non_exhaustive]pub struct DeleteBrokerInput { /* private fields */ }
Implementations
sourceimpl DeleteBrokerInput
impl DeleteBrokerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBroker, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBroker, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteBroker
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBrokerInput
.
Trait Implementations
sourceimpl Clone for DeleteBrokerInput
impl Clone for DeleteBrokerInput
sourcefn clone(&self) -> DeleteBrokerInput
fn clone(&self) -> DeleteBrokerInput
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 DeleteBrokerInput
impl Debug for DeleteBrokerInput
sourceimpl PartialEq<DeleteBrokerInput> for DeleteBrokerInput
impl PartialEq<DeleteBrokerInput> for DeleteBrokerInput
sourcefn eq(&self, other: &DeleteBrokerInput) -> bool
fn eq(&self, other: &DeleteBrokerInput) -> bool
impl StructuralPartialEq for DeleteBrokerInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteBrokerInput
impl Send for DeleteBrokerInput
impl Sync for DeleteBrokerInput
impl Unpin for DeleteBrokerInput
impl UnwindSafe for DeleteBrokerInput
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