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