pub struct DirectUdpSocketLeftMulticastGroup {
pub method: DirectUdpSocketLeftMulticastGroupMethod,
pub params: DirectUdpSocketLeftMulticastGroupParams,
}Fields§
§method: DirectUdpSocketLeftMulticastGroupMethod§params: DirectUdpSocketLeftMulticastGroupParamsImplementations§
Source§impl DirectUdpSocketLeftMulticastGroup
impl DirectUdpSocketLeftMulticastGroup
pub const IDENTIFIER: &'static str = "Network.directUDPSocketLeftMulticastGroup"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for DirectUdpSocketLeftMulticastGroup
impl Clone for DirectUdpSocketLeftMulticastGroup
Source§fn clone(&self) -> DirectUdpSocketLeftMulticastGroup
fn clone(&self) -> DirectUdpSocketLeftMulticastGroup
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 DirectUdpSocketLeftMulticastGroup
impl<'de> Deserialize<'de> for DirectUdpSocketLeftMulticastGroup
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 From<DirectUdpSocketLeftMulticastGroup> for BrowserProtocolEvents
impl From<DirectUdpSocketLeftMulticastGroup> for BrowserProtocolEvents
Source§fn from(v: DirectUdpSocketLeftMulticastGroup) -> Self
fn from(v: DirectUdpSocketLeftMulticastGroup) -> Self
Converts to this type from the input type.
Source§impl From<DirectUdpSocketLeftMulticastGroup> for Event
impl From<DirectUdpSocketLeftMulticastGroup> for Event
Source§fn from(v: DirectUdpSocketLeftMulticastGroup) -> Self
fn from(v: DirectUdpSocketLeftMulticastGroup) -> Self
Converts to this type from the input type.
Source§impl From<DirectUdpSocketLeftMulticastGroup> for NetworkEvents
impl From<DirectUdpSocketLeftMulticastGroup> for NetworkEvents
Source§fn from(v: DirectUdpSocketLeftMulticastGroup) -> Self
fn from(v: DirectUdpSocketLeftMulticastGroup) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DirectUdpSocketLeftMulticastGroup
impl PartialEq for DirectUdpSocketLeftMulticastGroup
Source§fn eq(&self, other: &DirectUdpSocketLeftMulticastGroup) -> bool
fn eq(&self, other: &DirectUdpSocketLeftMulticastGroup) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<BrowserProtocolEvents> for DirectUdpSocketLeftMulticastGroup
impl TryFrom<BrowserProtocolEvents> for DirectUdpSocketLeftMulticastGroup
Source§type Error = BrowserProtocolEvents
type Error = BrowserProtocolEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolEvents,
) -> Result<Self, <DirectUdpSocketLeftMulticastGroup as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <DirectUdpSocketLeftMulticastGroup as TryFrom<BrowserProtocolEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<NetworkEvents> for DirectUdpSocketLeftMulticastGroup
impl TryFrom<NetworkEvents> for DirectUdpSocketLeftMulticastGroup
Source§type Error = NetworkEvents
type Error = NetworkEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: NetworkEvents,
) -> Result<Self, <DirectUdpSocketLeftMulticastGroup as TryFrom<NetworkEvents>>::Error>
fn try_from( e: NetworkEvents, ) -> Result<Self, <DirectUdpSocketLeftMulticastGroup as TryFrom<NetworkEvents>>::Error>
Performs the conversion.
impl StructuralPartialEq for DirectUdpSocketLeftMulticastGroup
Auto Trait Implementations§
impl Freeze for DirectUdpSocketLeftMulticastGroup
impl RefUnwindSafe for DirectUdpSocketLeftMulticastGroup
impl Send for DirectUdpSocketLeftMulticastGroup
impl Sync for DirectUdpSocketLeftMulticastGroup
impl Unpin for DirectUdpSocketLeftMulticastGroup
impl UnsafeUnpin for DirectUdpSocketLeftMulticastGroup
impl UnwindSafe for DirectUdpSocketLeftMulticastGroup
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