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