pub struct DirectUdpSocketAbortedParams {
pub identifier: RequestId,
pub error_message: String,
pub timestamp: MonotonicTime,
}Expand description
Fired when direct_socket.UDPSocket is aborted. directUDPSocketAborted
Fields§
§identifier: RequestId§error_message: String§timestamp: MonotonicTimeTrait Implementations§
Source§impl Clone for DirectUdpSocketAbortedParams
impl Clone for DirectUdpSocketAbortedParams
Source§fn clone(&self) -> DirectUdpSocketAbortedParams
fn clone(&self) -> DirectUdpSocketAbortedParams
Returns a duplicate 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 Debug for DirectUdpSocketAbortedParams
impl Debug for DirectUdpSocketAbortedParams
Source§impl<'de> Deserialize<'de> for DirectUdpSocketAbortedParams
impl<'de> Deserialize<'de> for DirectUdpSocketAbortedParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DirectUdpSocketAbortedParams
impl PartialEq for DirectUdpSocketAbortedParams
Source§fn eq(&self, other: &DirectUdpSocketAbortedParams) -> bool
fn eq(&self, other: &DirectUdpSocketAbortedParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DirectUdpSocketAbortedParams
Auto Trait Implementations§
impl Freeze for DirectUdpSocketAbortedParams
impl RefUnwindSafe for DirectUdpSocketAbortedParams
impl Send for DirectUdpSocketAbortedParams
impl Sync for DirectUdpSocketAbortedParams
impl Unpin for DirectUdpSocketAbortedParams
impl UnsafeUnpin for DirectUdpSocketAbortedParams
impl UnwindSafe for DirectUdpSocketAbortedParams
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