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