pub struct AeronPortManagerFreeManagedPortFuncLogger;
Trait Implementations§
source§impl AeronPortManagerFreeManagedPortFuncCallback for AeronPortManagerFreeManagedPortFuncLogger
impl AeronPortManagerFreeManagedPortFuncCallback for AeronPortManagerFreeManagedPortFuncLogger
fn handle_aeron_port_manager_free_managed_port_func( &mut self, _bind_addr: SockaddrStorage, )
Auto Trait Implementations§
impl Freeze for AeronPortManagerFreeManagedPortFuncLogger
impl RefUnwindSafe for AeronPortManagerFreeManagedPortFuncLogger
impl Send for AeronPortManagerFreeManagedPortFuncLogger
impl Sync for AeronPortManagerFreeManagedPortFuncLogger
impl Unpin for AeronPortManagerFreeManagedPortFuncLogger
impl UnwindSafe for AeronPortManagerFreeManagedPortFuncLogger
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