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