pub struct DirectTcpSocketClosedParams {
pub identifier: RequestId,
pub timestamp: MonotonicTime,
}Expand description
Fired when direct_socket.TCPSocket is closed. directTCPSocketClosed
Fields§
§identifier: RequestId§timestamp: MonotonicTimeTrait Implementations§
Source§impl Clone for DirectTcpSocketClosedParams
impl Clone for DirectTcpSocketClosedParams
Source§fn clone(&self) -> DirectTcpSocketClosedParams
fn clone(&self) -> DirectTcpSocketClosedParams
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 DirectTcpSocketClosedParams
impl Debug for DirectTcpSocketClosedParams
Source§impl<'de> Deserialize<'de> for DirectTcpSocketClosedParams
impl<'de> Deserialize<'de> for DirectTcpSocketClosedParams
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
impl StructuralPartialEq for DirectTcpSocketClosedParams
Auto Trait Implementations§
impl Freeze for DirectTcpSocketClosedParams
impl RefUnwindSafe for DirectTcpSocketClosedParams
impl Send for DirectTcpSocketClosedParams
impl Sync for DirectTcpSocketClosedParams
impl Unpin for DirectTcpSocketClosedParams
impl UnsafeUnpin for DirectTcpSocketClosedParams
impl UnwindSafe for DirectTcpSocketClosedParams
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