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