pub struct SlackApiConversationsSetTopicResponseInit {}
Trait Implementations§
source§impl From<SlackApiConversationsSetTopicResponseInit> for SlackApiConversationsSetTopicResponse
impl From<SlackApiConversationsSetTopicResponseInit> for SlackApiConversationsSetTopicResponse
source§fn from(value: SlackApiConversationsSetTopicResponseInit) -> Self
fn from(value: SlackApiConversationsSetTopicResponseInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackApiConversationsSetTopicResponseInit
impl Send for SlackApiConversationsSetTopicResponseInit
impl Sync for SlackApiConversationsSetTopicResponseInit
impl Unpin for SlackApiConversationsSetTopicResponseInit
impl UnwindSafe for SlackApiConversationsSetTopicResponseInit
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