pub struct ChatPostMessageResponse(/* private fields */);Expand description
The type that represents a response of chat.postMessage.
Implementations§
Trait Implementations§
Source§impl Debug for ChatPostMessageResponse
impl Debug for ChatPostMessageResponse
Source§impl<'de> Deserialize<'de> for ChatPostMessageResponse
impl<'de> Deserialize<'de> for ChatPostMessageResponse
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 Freeze for ChatPostMessageResponse
impl RefUnwindSafe for ChatPostMessageResponse
impl Send for ChatPostMessageResponse
impl Sync for ChatPostMessageResponse
impl Unpin for ChatPostMessageResponse
impl UnwindSafe for ChatPostMessageResponse
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