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