Struct slack_api::files_comments::EditResponse
[−]
[src]
pub struct EditResponse {
pub comment: Option<FileComment>,
// some fields omitted
}Fields
comment: Option<FileComment>
Trait Implementations
impl Clone for EditResponse[src]
fn clone(&self) -> EditResponse
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for EditResponse[src]
impl<E: Error> Into<Result<EditResponse, EditError<E>>> for EditResponse[src]
fn into(self) -> Result<EditResponse, EditError<E>>
Performs the conversion.