pub struct SlackApiChatGetPermalinkResponse {
pub ok: bool,
pub channel: String,
pub permalink: String,
}Fields§
§ok: bool§channel: String§permalink: StringTrait Implementations§
source§impl Default for SlackApiChatGetPermalinkResponse
impl Default for SlackApiChatGetPermalinkResponse
source§fn default() -> SlackApiChatGetPermalinkResponse
fn default() -> SlackApiChatGetPermalinkResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SlackApiChatGetPermalinkResponse
impl<'de> Deserialize<'de> for SlackApiChatGetPermalinkResponse
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 SlackApiChatGetPermalinkResponse
impl Send for SlackApiChatGetPermalinkResponse
impl Sync for SlackApiChatGetPermalinkResponse
impl Unpin for SlackApiChatGetPermalinkResponse
impl UnwindSafe for SlackApiChatGetPermalinkResponse
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