pub struct GroupManagementEventParser;Expand description
Parser implementation for GroupManagement events
Trait Implementations§
Source§impl EventParser for GroupManagementEventParser
impl EventParser for GroupManagementEventParser
Source§type EventData = GroupManagementEvent
type EventData = GroupManagementEvent
The event data type this parser produces
Source§fn parse_upnp_event(&self, xml: &str) -> Result<Self::EventData>
fn parse_upnp_event(&self, xml: &str) -> Result<Self::EventData>
Parse UPnP event XML and extract service-specific event data
Source§fn service_type(&self) -> Service
fn service_type(&self) -> Service
Get the service type this parser handles
Auto Trait Implementations§
impl Freeze for GroupManagementEventParser
impl RefUnwindSafe for GroupManagementEventParser
impl Send for GroupManagementEventParser
impl Sync for GroupManagementEventParser
impl Unpin for GroupManagementEventParser
impl UnsafeUnpin for GroupManagementEventParser
impl UnwindSafe for GroupManagementEventParser
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