Struct aws_sdk_workdocs::output::DescribeGroupsOutput  
source · [−]#[non_exhaustive]pub struct DescribeGroupsOutput { /* private fields */ }Implementations
sourceimpl DescribeGroupsOutput
 
impl DescribeGroupsOutput
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeGroupsOutput.
Trait Implementations
sourceimpl Clone for DescribeGroupsOutput
 
impl Clone for DescribeGroupsOutput
sourcefn clone(&self) -> DescribeGroupsOutput
 
fn clone(&self) -> DescribeGroupsOutput
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 DescribeGroupsOutput
 
impl Debug for DescribeGroupsOutput
sourceimpl PartialEq<DescribeGroupsOutput> for DescribeGroupsOutput
 
impl PartialEq<DescribeGroupsOutput> for DescribeGroupsOutput
sourcefn eq(&self, other: &DescribeGroupsOutput) -> bool
 
fn eq(&self, other: &DescribeGroupsOutput) -> bool
impl StructuralPartialEq for DescribeGroupsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeGroupsOutput
impl Send for DescribeGroupsOutput
impl Sync for DescribeGroupsOutput
impl Unpin for DescribeGroupsOutput
impl UnwindSafe for DescribeGroupsOutput
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