Struct slack_web_api::api::SlackApiChatUpdateResponse
source · pub struct SlackApiChatUpdateResponse {
pub ok: bool,
pub channel: String,
pub ts: String,
pub text: String,
pub message: Value,
}Fields§
§ok: bool§channel: String§ts: String§text: String§message: ValueTrait Implementations§
source§impl Debug for SlackApiChatUpdateResponse
impl Debug for SlackApiChatUpdateResponse
source§impl Default for SlackApiChatUpdateResponse
impl Default for SlackApiChatUpdateResponse
source§fn default() -> SlackApiChatUpdateResponse
fn default() -> SlackApiChatUpdateResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SlackApiChatUpdateResponse
impl<'de> Deserialize<'de> for SlackApiChatUpdateResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SlackApiChatUpdateResponse
impl Send for SlackApiChatUpdateResponse
impl Sync for SlackApiChatUpdateResponse
impl Unpin for SlackApiChatUpdateResponse
impl UnwindSafe for SlackApiChatUpdateResponse
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more