pub struct SlackApiConversationsJoinRequestInit {
pub channel: SlackChannelId,
}
Fields§
§channel: SlackChannelId
Trait Implementations§
source§impl From<SlackApiConversationsJoinRequestInit> for SlackApiConversationsJoinRequest
impl From<SlackApiConversationsJoinRequestInit> for SlackApiConversationsJoinRequest
source§fn 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§
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