pub struct SlackFileSharedEventInit {
pub channel_id: SlackChannelId,
pub file_id: SlackFileId,
pub user_id: SlackUserId,
pub event_ts: SlackTs,
}
Fields§
§channel_id: SlackChannelId
§file_id: SlackFileId
§user_id: SlackUserId
§event_ts: SlackTs
Trait Implementations§
Source§fn from(value: SlackFileSharedEventInit) -> Self
fn from(value: SlackFileSharedEventInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
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