pub struct DirectTCPSocketAbortedEventParams {
pub identifier: RequestId,
pub error_message: String,
pub timestamp: MonotonicTime,
}Fields§
§identifier: RequestId§error_message: String§timestamp: MonotonicTimeTrait Implementations§
Source§impl Clone for DirectTCPSocketAbortedEventParams
impl Clone for DirectTCPSocketAbortedEventParams
Source§fn clone(&self) -> DirectTCPSocketAbortedEventParams
fn clone(&self) -> DirectTCPSocketAbortedEventParams
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<'de> Deserialize<'de> for DirectTCPSocketAbortedEventParams
impl<'de> Deserialize<'de> for DirectTCPSocketAbortedEventParams
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 DirectTCPSocketAbortedEventParams
impl PartialEq for DirectTCPSocketAbortedEventParams
Source§fn eq(&self, other: &DirectTCPSocketAbortedEventParams) -> bool
fn eq(&self, other: &DirectTCPSocketAbortedEventParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DirectTCPSocketAbortedEventParams
Auto Trait Implementations§
impl Freeze for DirectTCPSocketAbortedEventParams
impl RefUnwindSafe for DirectTCPSocketAbortedEventParams
impl Send for DirectTCPSocketAbortedEventParams
impl Sync for DirectTCPSocketAbortedEventParams
impl Unpin for DirectTCPSocketAbortedEventParams
impl UnwindSafe for DirectTCPSocketAbortedEventParams
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