pub struct SoftEventHandler(/* private fields */);Expand description
The SoftEventHandler type is a function type that defines the signature for handling soft events, typically without specific request or response parameters.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SoftEventHandler
impl !UnwindSafe for SoftEventHandler
impl Freeze for SoftEventHandler
impl Send for SoftEventHandler
impl Sync for SoftEventHandler
impl Unpin for SoftEventHandler
impl UnsafeUnpin for SoftEventHandler
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