pub struct AeronArchiveDelegatingInvokerFuncLogger;
Trait Implementations§
Source§impl AeronArchiveDelegatingInvokerFuncCallback for AeronArchiveDelegatingInvokerFuncLogger
impl AeronArchiveDelegatingInvokerFuncCallback for AeronArchiveDelegatingInvokerFuncLogger
fn handle_aeron_archive_delegating_invoker_func(&mut self)
impl Send for AeronArchiveDelegatingInvokerFuncLogger
impl Sync for AeronArchiveDelegatingInvokerFuncLogger
Auto Trait Implementations§
impl Freeze for AeronArchiveDelegatingInvokerFuncLogger
impl RefUnwindSafe for AeronArchiveDelegatingInvokerFuncLogger
impl Unpin for AeronArchiveDelegatingInvokerFuncLogger
impl UnwindSafe for AeronArchiveDelegatingInvokerFuncLogger
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