#[non_exhaustive]pub struct ConfigureAgentOutput { /* private fields */ }
Expand description
The structure representing the configureAgentResponse.
Implementations
sourceimpl ConfigureAgentOutput
impl ConfigureAgentOutput
sourcepub fn configuration(&self) -> Option<&AgentConfiguration>
pub fn configuration(&self) -> Option<&AgentConfiguration>
An AgentConfiguration
object that specifies if an agent profiles or not and for how long to return profiling data.
sourceimpl ConfigureAgentOutput
impl ConfigureAgentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConfigureAgentOutput
.
Trait Implementations
sourceimpl Clone for ConfigureAgentOutput
impl Clone for ConfigureAgentOutput
sourcefn clone(&self) -> ConfigureAgentOutput
fn clone(&self) -> ConfigureAgentOutput
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 ConfigureAgentOutput
impl Debug for ConfigureAgentOutput
sourceimpl PartialEq<ConfigureAgentOutput> for ConfigureAgentOutput
impl PartialEq<ConfigureAgentOutput> for ConfigureAgentOutput
sourcefn eq(&self, other: &ConfigureAgentOutput) -> bool
fn eq(&self, other: &ConfigureAgentOutput) -> bool
impl StructuralPartialEq for ConfigureAgentOutput
Auto Trait Implementations
impl RefUnwindSafe for ConfigureAgentOutput
impl Send for ConfigureAgentOutput
impl Sync for ConfigureAgentOutput
impl Unpin for ConfigureAgentOutput
impl UnwindSafe for ConfigureAgentOutput
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