#[non_exhaustive]pub struct PostAgentProfileOutput {}
Expand description
The structure representing the postAgentProfileResponse.
Implementations§
source§impl PostAgentProfileOutput
impl PostAgentProfileOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PostAgentProfileOutput
.
Trait Implementations§
source§impl Clone for PostAgentProfileOutput
impl Clone for PostAgentProfileOutput
source§fn clone(&self) -> PostAgentProfileOutput
fn clone(&self) -> PostAgentProfileOutput
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 PostAgentProfileOutput
impl Debug for PostAgentProfileOutput
source§impl PartialEq<PostAgentProfileOutput> for PostAgentProfileOutput
impl PartialEq<PostAgentProfileOutput> for PostAgentProfileOutput
source§fn eq(&self, other: &PostAgentProfileOutput) -> bool
fn eq(&self, other: &PostAgentProfileOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.