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