Struct aws_sdk_connect::operation::update_routing_profile_concurrency::UpdateRoutingProfileConcurrencyOutput   
source · #[non_exhaustive]pub struct UpdateRoutingProfileConcurrencyOutput { /* private fields */ }Implementations§
source§impl UpdateRoutingProfileConcurrencyOutput
 
impl UpdateRoutingProfileConcurrencyOutput
sourcepub fn builder() -> UpdateRoutingProfileConcurrencyOutputBuilder
 
pub fn builder() -> UpdateRoutingProfileConcurrencyOutputBuilder
Creates a new builder-style object to manufacture UpdateRoutingProfileConcurrencyOutput.
Trait Implementations§
source§impl Clone for UpdateRoutingProfileConcurrencyOutput
 
impl Clone for UpdateRoutingProfileConcurrencyOutput
source§fn clone(&self) -> UpdateRoutingProfileConcurrencyOutput
 
fn clone(&self) -> UpdateRoutingProfileConcurrencyOutput
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 PartialEq for UpdateRoutingProfileConcurrencyOutput
 
impl PartialEq for UpdateRoutingProfileConcurrencyOutput
source§fn eq(&self, other: &UpdateRoutingProfileConcurrencyOutput) -> bool
 
fn eq(&self, other: &UpdateRoutingProfileConcurrencyOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateRoutingProfileConcurrencyOutput
 
impl RequestId for UpdateRoutingProfileConcurrencyOutput
source§fn request_id(&self) -> Option<&str>
 
fn request_id(&self) -> Option<&str>
Returns the request ID, or 
None if the service could not be reached.impl StructuralPartialEq for UpdateRoutingProfileConcurrencyOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateRoutingProfileConcurrencyOutput
impl Send for UpdateRoutingProfileConcurrencyOutput
impl Sync for UpdateRoutingProfileConcurrencyOutput
impl Unpin for UpdateRoutingProfileConcurrencyOutput
impl UnwindSafe for UpdateRoutingProfileConcurrencyOutput
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