pub struct DirectUdpSocketLeftMulticastGroupEvent {
pub identifier: RequestId,
pub ip_address: String,
}Fields§
§identifier: RequestId§ip_address: StringTrait Implementations§
Source§impl Clone for DirectUdpSocketLeftMulticastGroupEvent
impl Clone for DirectUdpSocketLeftMulticastGroupEvent
Source§fn clone(&self) -> DirectUdpSocketLeftMulticastGroupEvent
fn clone(&self) -> DirectUdpSocketLeftMulticastGroupEvent
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 Default for DirectUdpSocketLeftMulticastGroupEvent
impl Default for DirectUdpSocketLeftMulticastGroupEvent
Source§fn default() -> DirectUdpSocketLeftMulticastGroupEvent
fn default() -> DirectUdpSocketLeftMulticastGroupEvent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DirectUdpSocketLeftMulticastGroupEvent
impl<'de> Deserialize<'de> for DirectUdpSocketLeftMulticastGroupEvent
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
Auto Trait Implementations§
impl Freeze for DirectUdpSocketLeftMulticastGroupEvent
impl RefUnwindSafe for DirectUdpSocketLeftMulticastGroupEvent
impl Send for DirectUdpSocketLeftMulticastGroupEvent
impl Sync for DirectUdpSocketLeftMulticastGroupEvent
impl Unpin for DirectUdpSocketLeftMulticastGroupEvent
impl UnsafeUnpin for DirectUdpSocketLeftMulticastGroupEvent
impl UnwindSafe for DirectUdpSocketLeftMulticastGroupEvent
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