pub struct UpnpDiscoverResponse {
pub received_from: SocketAddr,
pub location: Url,
}
Fields§
§received_from: SocketAddr
§location: Url
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpnpDiscoverResponse
impl RefUnwindSafe for UpnpDiscoverResponse
impl Send for UpnpDiscoverResponse
impl Sync for UpnpDiscoverResponse
impl Unpin for UpnpDiscoverResponse
impl UnwindSafe for UpnpDiscoverResponse
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