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