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