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