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