pub struct RenderingControlEventParser;Expand description
Minimal parser implementation
Trait Implementations§
Source§impl EventParser for RenderingControlEventParser
impl EventParser for RenderingControlEventParser
Source§type EventData = RenderingControlEvent
type EventData = RenderingControlEvent
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 RenderingControlEventParser
impl RefUnwindSafe for RenderingControlEventParser
impl Send for RenderingControlEventParser
impl Sync for RenderingControlEventParser
impl Unpin for RenderingControlEventParser
impl UnsafeUnpin for RenderingControlEventParser
impl UnwindSafe for RenderingControlEventParser
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