Enum mdns_sd::UnregisterStatus
source · pub enum UnregisterStatus {
OK,
NotFound,
}Expand description
Response status code for the service unregister call.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UnregisterStatus
impl Send for UnregisterStatus
impl Sync for UnregisterStatus
impl Unpin for UnregisterStatus
impl UnwindSafe for UnregisterStatus
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