pub struct NoopHooks;Trait Implementations§
Source§impl<E> ActorHooks<E> for NoopHooks
impl<E> ActorHooks<E> for NoopHooks
fn on_actor_started(&self)
fn on_tx_request( &self, _to: u8, _is_functional: bool, _len: usize, _timeout: Duration, )
fn on_tx_result(&self, _result: &Result<(), SendError<QueueIsoTpError<E>>>)
fn on_rx_delivered(&self, _from: u8, _len: usize)
fn on_rx_filtered_source(&self, _expected: u8, _got: u8, _len: usize)
fn on_rx_buffer_too_small(&self, _needed: usize, _got: usize)
fn on_rx_backend_error(&self, _err: &E)
fn on_queue_backpressure(&self, _queue: QueueKind, _blocked_for: Duration)
impl Copy for NoopHooks
Auto Trait Implementations§
impl Freeze for NoopHooks
impl RefUnwindSafe for NoopHooks
impl Send for NoopHooks
impl Sync for NoopHooks
impl Unpin for NoopHooks
impl UnsafeUnpin for NoopHooks
impl UnwindSafe for NoopHooks
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