Struct aws_sdk_xray::output::GetGroupsOutput
source · [−]#[non_exhaustive]pub struct GetGroupsOutput { /* private fields */ }
Implementations
sourceimpl GetGroupsOutput
impl GetGroupsOutput
sourcepub fn groups(&self) -> Option<&[GroupSummary]>
pub fn groups(&self) -> Option<&[GroupSummary]>
The collection of all active groups.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Pagination token.
sourceimpl GetGroupsOutput
impl GetGroupsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetGroupsOutput
.
Trait Implementations
sourceimpl Clone for GetGroupsOutput
impl Clone for GetGroupsOutput
sourcefn clone(&self) -> GetGroupsOutput
fn clone(&self) -> GetGroupsOutput
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 GetGroupsOutput
impl Debug for GetGroupsOutput
sourceimpl PartialEq<GetGroupsOutput> for GetGroupsOutput
impl PartialEq<GetGroupsOutput> for GetGroupsOutput
sourcefn eq(&self, other: &GetGroupsOutput) -> bool
fn eq(&self, other: &GetGroupsOutput) -> bool
impl StructuralPartialEq for GetGroupsOutput
Auto Trait Implementations
impl RefUnwindSafe for GetGroupsOutput
impl Send for GetGroupsOutput
impl Sync for GetGroupsOutput
impl Unpin for GetGroupsOutput
impl UnwindSafe for GetGroupsOutput
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