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