Struct rusoto_workdocs::CreateCommentResponse [] [src]

pub struct CreateCommentResponse {
    pub comment: Option<Comment>,
}

Fields

The comment that has been created.

Trait Implementations

impl Default for CreateCommentResponse
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for CreateCommentResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateCommentResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more