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