pub struct SlackApiConversationsSetTopicRequestInit {
pub channel: SlackChannelId,
pub topic: String,
}
Fields§
§channel: SlackChannelId
§topic: String
Trait Implementations§
Source§impl From<SlackApiConversationsSetTopicRequestInit> for SlackApiConversationsSetTopicRequest
impl From<SlackApiConversationsSetTopicRequestInit> for SlackApiConversationsSetTopicRequest
Source§fn from(value: SlackApiConversationsSetTopicRequestInit) -> Self
fn from(value: SlackApiConversationsSetTopicRequestInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackApiConversationsSetTopicRequestInit
impl RefUnwindSafe for SlackApiConversationsSetTopicRequestInit
impl Send for SlackApiConversationsSetTopicRequestInit
impl Sync for SlackApiConversationsSetTopicRequestInit
impl Unpin for SlackApiConversationsSetTopicRequestInit
impl UnwindSafe for SlackApiConversationsSetTopicRequestInit
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