pub struct Udp;
Expand description
Encode the data for the UDP protocol (possible only in super::version::Two
).
See crate::protocol
for more information.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Udp
impl RefUnwindSafe for Udp
impl Send for Udp
impl Sync for Udp
impl Unpin for Udp
impl UnwindSafe for Udp
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