Struct aws_sdk_xray::input::GetGroupInput
source · [−]#[non_exhaustive]pub struct GetGroupInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl GetGroupInput
impl GetGroupInput
Trait Implementations
sourceimpl Clone for GetGroupInput
impl Clone for GetGroupInput
sourcefn clone(&self) -> GetGroupInput
fn clone(&self) -> GetGroupInput
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 GetGroupInput
impl Debug for GetGroupInput
sourceimpl PartialEq<GetGroupInput> for GetGroupInput
impl PartialEq<GetGroupInput> for GetGroupInput
sourcefn eq(&self, other: &GetGroupInput) -> bool
fn eq(&self, other: &GetGroupInput) -> bool
impl StructuralPartialEq for GetGroupInput
Auto Trait Implementations
impl RefUnwindSafe for GetGroupInput
impl Send for GetGroupInput
impl Sync for GetGroupInput
impl Unpin for GetGroupInput
impl UnwindSafe for GetGroupInput
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