pub struct AeronFlowControlStrategyErrorFuncLogger;Trait Implementations§
Source§impl AeronFlowControlStrategyErrorFuncCallback for AeronFlowControlStrategyErrorFuncLogger
impl AeronFlowControlStrategyErrorFuncCallback for AeronFlowControlStrategyErrorFuncLogger
fn handle_aeron_flow_control_strategy_on_error_func( &mut self, error: &[u8], recv_addr: SockaddrStorage, now_ns: i64, )
impl Send for AeronFlowControlStrategyErrorFuncLogger
impl Sync for AeronFlowControlStrategyErrorFuncLogger
Auto Trait Implementations§
impl Freeze for AeronFlowControlStrategyErrorFuncLogger
impl RefUnwindSafe for AeronFlowControlStrategyErrorFuncLogger
impl Unpin for AeronFlowControlStrategyErrorFuncLogger
impl UnsafeUnpin for AeronFlowControlStrategyErrorFuncLogger
impl UnwindSafe for AeronFlowControlStrategyErrorFuncLogger
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