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