pub struct AeronAgentStartFuncLogger;
Trait Implementations§
source§impl AeronAgentStartFuncCallback for AeronAgentStartFuncLogger
impl AeronAgentStartFuncCallback for AeronAgentStartFuncLogger
fn handle_aeron_agent_on_start_func(&mut self, _role_name: &str)
Auto Trait Implementations§
impl Freeze for AeronAgentStartFuncLogger
impl RefUnwindSafe for AeronAgentStartFuncLogger
impl Send for AeronAgentStartFuncLogger
impl Sync for AeronAgentStartFuncLogger
impl Unpin for AeronAgentStartFuncLogger
impl UnwindSafe for AeronAgentStartFuncLogger
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