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