pub struct SlackAppUninstalledEventInit {}Trait Implementations
sourceimpl From<SlackAppUninstalledEventInit> for SlackAppUninstalledEvent
impl From<SlackAppUninstalledEventInit> for SlackAppUninstalledEvent
sourcefn from(value: SlackAppUninstalledEventInit) -> Self
fn from(value: SlackAppUninstalledEventInit) -> Self
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SlackAppUninstalledEventInit
impl Send for SlackAppUninstalledEventInit
impl Sync for SlackAppUninstalledEventInit
impl Unpin for SlackAppUninstalledEventInit
impl UnwindSafe for SlackAppUninstalledEventInit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more