Struct aws_sdk_mq::operation::reboot_broker::RebootBrokerInput
source · #[non_exhaustive]pub struct RebootBrokerInput { /* private fields */ }Implementations§
source§impl RebootBrokerInput
impl RebootBrokerInput
sourcepub fn builder() -> RebootBrokerInputBuilder
pub fn builder() -> RebootBrokerInputBuilder
Creates a new builder-style object to manufacture RebootBrokerInput.
source§impl 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>
Trait Implementations§
source§impl Clone for RebootBrokerInput
impl Clone for RebootBrokerInput
source§fn clone(&self) -> RebootBrokerInput
fn clone(&self) -> RebootBrokerInput
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 RebootBrokerInput
impl Debug for RebootBrokerInput
source§impl PartialEq<RebootBrokerInput> for RebootBrokerInput
impl PartialEq<RebootBrokerInput> for RebootBrokerInput
source§fn eq(&self, other: &RebootBrokerInput) -> bool
fn eq(&self, other: &RebootBrokerInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
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