pub struct Service {
pub service_type: TypeID,
pub service_id: String,
pub scpd_url: String,
pub control_url: String,
pub event_sub_url: String,
}
Fields§
§service_type: TypeID
§service_id: String
§scpd_url: String
§control_url: String
§event_sub_url: String
Trait Implementations§
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