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