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