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