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