pub struct Service {
pub service_type: String,
pub service_id: String,
pub control_url: String,
pub event_sub_url: String,
pub scpd_url: String,
}Fields§
§service_type: String§service_id: String§control_url: String§event_sub_url: String§scpd_url: StringImplementations§
Trait Implementations§
Source§impl<'xml> FromXml<'xml> for Service
impl<'xml> FromXml<'xml> for Service
const KIND: Kind = ::instant_xml::Kind::Element
type Accumulator = Option<Service>
fn matches(id: Id<'_>, field: Option<Id<'_>>) -> bool
fn deserialize<'cx>( into: &mut Self::Accumulator, field: &'static str, deserializer: &mut Deserializer<'cx, 'xml>, ) -> Result<(), Error>
Auto Trait Implementations§
impl Freeze for Service
impl RefUnwindSafe for Service
impl Send for Service
impl Sync for Service
impl Unpin for Service
impl UnwindSafe for Service
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