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