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