Struct aws_sdk_xray::input::GetGroupInput
source · #[non_exhaustive]pub struct GetGroupInput { /* private fields */ }
Implementations§
source§impl GetGroupInput
impl GetGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetGroup
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetGroupInput
.
Trait Implementations§
source§impl Clone for GetGroupInput
impl Clone for GetGroupInput
source§fn clone(&self) -> GetGroupInput
fn clone(&self) -> GetGroupInput
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 GetGroupInput
impl Debug for GetGroupInput
source§impl PartialEq<GetGroupInput> for GetGroupInput
impl PartialEq<GetGroupInput> for GetGroupInput
source§fn eq(&self, other: &GetGroupInput) -> bool
fn eq(&self, other: &GetGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.