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