pub struct SlackApiConversationsSetPurposeRequestInit {
pub channel: SlackChannelId,
pub purpose: String,
}Fields
channel: SlackChannelIdpurpose: StringTrait Implementations
sourceimpl From<SlackApiConversationsSetPurposeRequestInit> for SlackApiConversationsSetPurposeRequest
impl From<SlackApiConversationsSetPurposeRequestInit> for SlackApiConversationsSetPurposeRequest
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more