pub struct PortAllocator { /* private fields */ }Expand description
Port allocator for TCP tunnels
Implementations§
Source§impl PortAllocator
impl PortAllocator
Auto Trait Implementations§
impl !Freeze for PortAllocator
impl !RefUnwindSafe for PortAllocator
impl Send for PortAllocator
impl Sync for PortAllocator
impl Unpin for PortAllocator
impl UnwindSafe for PortAllocator
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