pub struct DefaultCallbackHandler {
pub topic: MessageTopic,
}Expand description
Default no-op callback handler
Fields§
§topic: MessageTopicImplementations§
Auto Trait Implementations§
impl Freeze for DefaultCallbackHandler
impl RefUnwindSafe for DefaultCallbackHandler
impl Send for DefaultCallbackHandler
impl Sync for DefaultCallbackHandler
impl Unpin for DefaultCallbackHandler
impl UnsafeUnpin for DefaultCallbackHandler
impl UnwindSafe for DefaultCallbackHandler
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