pub struct UdpClient { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UdpClient
impl RefUnwindSafe for UdpClient
impl Send for UdpClient
impl Sync for UdpClient
impl Unpin for UdpClient
impl UnwindSafe for UdpClient
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