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