#[non_exhaustive]pub struct DescribeAgentInput { /* private fields */ }
Expand description
DescribeAgent
Implementations§
source§impl DescribeAgentInput
impl DescribeAgentInput
sourcepub fn builder() -> DescribeAgentInputBuilder
pub fn builder() -> DescribeAgentInputBuilder
Creates a new builder-style object to manufacture DescribeAgentInput
.
source§impl DescribeAgentInput
impl DescribeAgentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeAgent, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeAgent, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeAgent
>
Trait Implementations§
source§impl Clone for DescribeAgentInput
impl Clone for DescribeAgentInput
source§fn clone(&self) -> DescribeAgentInput
fn clone(&self) -> DescribeAgentInput
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 DescribeAgentInput
impl Debug for DescribeAgentInput
source§impl PartialEq<DescribeAgentInput> for DescribeAgentInput
impl PartialEq<DescribeAgentInput> for DescribeAgentInput
source§fn eq(&self, other: &DescribeAgentInput) -> bool
fn eq(&self, other: &DescribeAgentInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeAgentInput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeAgentInput
impl Send for DescribeAgentInput
impl Sync for DescribeAgentInput
impl Unpin for DescribeAgentInput
impl UnwindSafe for DescribeAgentInput
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