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