pub struct UdpProxy {
pub listen: String,
pub upstream: String,
pub buffer_size: usize,
}Fields§
§listen: String§upstream: String§buffer_size: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UdpProxy
impl RefUnwindSafe for UdpProxy
impl Send for UdpProxy
impl Sync for UdpProxy
impl Unpin for UdpProxy
impl UnwindSafe for UdpProxy
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