pub struct SlackApiConversationsHistoryResponseInit {
pub messages: Vec<SlackHistoryMessage>,
}
Fields§
§messages: Vec<SlackHistoryMessage>
Trait Implementations§
source§impl From<SlackApiConversationsHistoryResponseInit> for SlackApiConversationsHistoryResponse
impl From<SlackApiConversationsHistoryResponseInit> for SlackApiConversationsHistoryResponse
source§fn 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§
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