pub struct UdpConnectable { /* private fields */ }
Available on crate features
std
or tokio-1
only.Implementations§
Trait Implementations§
Source§impl AsyncConnectable for UdpConnectable
Available on crate features udp
and tokio-1
only.
impl AsyncConnectable for UdpConnectable
Available on crate features
udp
and tokio-1
only.Source§impl Clone for UdpConnectable
impl Clone for UdpConnectable
Source§fn clone(&self) -> UdpConnectable
fn clone(&self) -> UdpConnectable
Returns a copy 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 moreSource§impl Connectable for UdpConnectable
Available on crate features udp
and std
only.
impl Connectable for UdpConnectable
Available on crate features
udp
and std
only.Source§impl Debug for UdpConnectable
impl Debug for UdpConnectable
Auto Trait Implementations§
impl Freeze for UdpConnectable
impl RefUnwindSafe for UdpConnectable
impl Send for UdpConnectable
impl Sync for UdpConnectable
impl Unpin for UdpConnectable
impl UnwindSafe for UdpConnectable
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