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