pub struct TcpListenerBind {
pub listen_addr: SocketAddr,
}Expand description
Bus event, latest socket address for the bound TCP listener (socket).
Fields§
§listen_addr: SocketAddrTrait Implementations§
Source§impl BusType for TcpListenerBind
impl BusType for TcpListenerBind
fn get_type_reg() -> TypeReg
Source§impl Clone for TcpListenerBind
impl Clone for TcpListenerBind
Source§fn clone(&self) -> TcpListenerBind
fn clone(&self) -> TcpListenerBind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TcpListenerBind
impl RefUnwindSafe for TcpListenerBind
impl Send for TcpListenerBind
impl Sync for TcpListenerBind
impl Unpin for TcpListenerBind
impl UnwindSafe for TcpListenerBind
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