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