pub struct ServiceRemoval { /* private fields */ }Expand description
Represents a service that has been removed by a MdnsBrowser.
Implementations§
Source§impl ServiceRemoval
Auto-generated by derive_getters::Getters.
impl ServiceRemoval
Auto-generated by derive_getters::Getters.
Trait Implementations§
Source§impl Clone for ServiceRemoval
impl Clone for ServiceRemoval
Source§fn clone(&self) -> ServiceRemoval
fn clone(&self) -> ServiceRemoval
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ServiceRemoval
impl Debug for ServiceRemoval
Source§impl PartialEq for ServiceRemoval
impl PartialEq for ServiceRemoval
impl Eq for ServiceRemoval
impl StructuralPartialEq for ServiceRemoval
Auto Trait Implementations§
impl Freeze for ServiceRemoval
impl RefUnwindSafe for ServiceRemoval
impl Send for ServiceRemoval
impl Sync for ServiceRemoval
impl Unpin for ServiceRemoval
impl UnwindSafe for ServiceRemoval
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