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)
impl Send for AeronAgentStartFuncLogger
impl Sync for AeronAgentStartFuncLogger
Auto Trait Implementations§
impl Freeze for AeronAgentStartFuncLogger
impl RefUnwindSafe for AeronAgentStartFuncLogger
impl Unpin for AeronAgentStartFuncLogger
impl UnsafeUnpin 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