Struct aws_sdk_mq::output::CreateBrokerOutput
source · [−]#[non_exhaustive]pub struct CreateBrokerOutput { /* private fields */ }
Implementations
sourceimpl CreateBrokerOutput
impl CreateBrokerOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateBrokerOutput
.
Trait Implementations
sourceimpl Clone for CreateBrokerOutput
impl Clone for CreateBrokerOutput
sourcefn clone(&self) -> CreateBrokerOutput
fn clone(&self) -> CreateBrokerOutput
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 CreateBrokerOutput
impl Debug for CreateBrokerOutput
sourceimpl PartialEq<CreateBrokerOutput> for CreateBrokerOutput
impl PartialEq<CreateBrokerOutput> for CreateBrokerOutput
sourcefn eq(&self, other: &CreateBrokerOutput) -> bool
fn eq(&self, other: &CreateBrokerOutput) -> bool
impl StructuralPartialEq for CreateBrokerOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateBrokerOutput
impl Send for CreateBrokerOutput
impl Sync for CreateBrokerOutput
impl Unpin for CreateBrokerOutput
impl UnwindSafe for CreateBrokerOutput
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