pub struct UdpConnectable { /* private fields */ }
Implementations§
Source§impl UdpConnectable
impl UdpConnectable
pub fn new(address: String, mode: UdpMode) -> UdpConnectable
Trait Implementations§
Source§impl AsyncConnectable for UdpConnectable
impl AsyncConnectable for UdpConnectable
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
impl Connectable for UdpConnectable
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