pub struct DirectTCPSocketOpenedEvent {
pub params: DirectTCPSocketOpenedEventParams,
}Fields§
§params: DirectTCPSocketOpenedEventParamsTrait Implementations§
Source§impl Clone for DirectTCPSocketOpenedEvent
impl Clone for DirectTCPSocketOpenedEvent
Source§fn clone(&self) -> DirectTCPSocketOpenedEvent
fn clone(&self) -> DirectTCPSocketOpenedEvent
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 DirectTCPSocketOpenedEvent
impl Debug for DirectTCPSocketOpenedEvent
Source§impl<'de> Deserialize<'de> for DirectTCPSocketOpenedEvent
impl<'de> Deserialize<'de> for DirectTCPSocketOpenedEvent
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 DirectTCPSocketOpenedEvent
Auto Trait Implementations§
impl Freeze for DirectTCPSocketOpenedEvent
impl RefUnwindSafe for DirectTCPSocketOpenedEvent
impl Send for DirectTCPSocketOpenedEvent
impl Sync for DirectTCPSocketOpenedEvent
impl Unpin for DirectTCPSocketOpenedEvent
impl UnwindSafe for DirectTCPSocketOpenedEvent
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