Struct aws_sdk_xray::input::GetGroupsInput
source · [−]#[non_exhaustive]pub struct GetGroupsInput { /* private fields */ }
Implementations
sourceimpl GetGroupsInput
impl GetGroupsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetGroups, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetGroups, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetGroups
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetGroupsInput
.
sourceimpl GetGroupsInput
impl GetGroupsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Pagination token.
Trait Implementations
sourceimpl Clone for GetGroupsInput
impl Clone for GetGroupsInput
sourcefn clone(&self) -> GetGroupsInput
fn clone(&self) -> GetGroupsInput
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 GetGroupsInput
impl Debug for GetGroupsInput
sourceimpl PartialEq<GetGroupsInput> for GetGroupsInput
impl PartialEq<GetGroupsInput> for GetGroupsInput
sourcefn eq(&self, other: &GetGroupsInput) -> bool
fn eq(&self, other: &GetGroupsInput) -> bool
impl StructuralPartialEq for GetGroupsInput
Auto Trait Implementations
impl RefUnwindSafe for GetGroupsInput
impl Send for GetGroupsInput
impl Sync for GetGroupsInput
impl Unpin for GetGroupsInput
impl UnwindSafe for GetGroupsInput
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