pub struct SlackApiConversationsArchiveRequestInit {
pub channel: SlackChannelId,
}Fields
channel: SlackChannelIdTrait Implementations
sourceimpl From<SlackApiConversationsArchiveRequestInit> for SlackApiConversationsArchiveRequest
impl From<SlackApiConversationsArchiveRequestInit> for SlackApiConversationsArchiveRequest
sourcefn from(value: SlackApiConversationsArchiveRequestInit) -> Self
fn from(value: SlackApiConversationsArchiveRequestInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackApiConversationsArchiveRequestInit
impl Send for SlackApiConversationsArchiveRequestInit
impl Sync for SlackApiConversationsArchiveRequestInit
impl Unpin for SlackApiConversationsArchiveRequestInit
impl UnwindSafe for SlackApiConversationsArchiveRequestInit
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