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