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