Struct aws_sdk_mq::operation::describe_broker::DescribeBrokerInput
source · #[non_exhaustive]pub struct DescribeBrokerInput { /* private fields */ }Implementations§
source§impl DescribeBrokerInput
impl DescribeBrokerInput
sourcepub fn builder() -> DescribeBrokerInputBuilder
pub fn builder() -> DescribeBrokerInputBuilder
Creates a new builder-style object to manufacture DescribeBrokerInput.
source§impl DescribeBrokerInput
impl DescribeBrokerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeBroker, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeBroker, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeBroker>
Trait Implementations§
source§impl Clone for DescribeBrokerInput
impl Clone for DescribeBrokerInput
source§fn clone(&self) -> DescribeBrokerInput
fn clone(&self) -> DescribeBrokerInput
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 Debug for DescribeBrokerInput
impl Debug for DescribeBrokerInput
source§impl PartialEq<DescribeBrokerInput> for DescribeBrokerInput
impl PartialEq<DescribeBrokerInput> for DescribeBrokerInput
source§fn eq(&self, other: &DescribeBrokerInput) -> bool
fn eq(&self, other: &DescribeBrokerInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeBrokerInput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeBrokerInput
impl Send for DescribeBrokerInput
impl Sync for DescribeBrokerInput
impl Unpin for DescribeBrokerInput
impl UnwindSafe for DescribeBrokerInput
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