Enum mdns_sd::UnregisterStatus
source · [−]pub enum UnregisterStatus {
OK,
NotFound,
}Expand description
Response status code for the service unregister call.
Variants
OK
Unregister was successful.
NotFound
The service was not found in the registration.
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more