Enum async_dnssd::Enumerate
source · pub enum Enumerate {
BrowseDomains,
RegistrationDomains,
}
Expand description
Whether to enumerate domains which are browsed or domains for which registrations can be made.
Variants§
BrowseDomains
enumerate domains which can be browsed
RegistrationDomains
enumerate domains to register services/records on
Trait Implementations§
source§impl Ord for Enumerate
impl Ord for Enumerate
source§impl PartialOrd for Enumerate
impl PartialOrd for Enumerate
impl Copy for Enumerate
impl Eq for Enumerate
impl StructuralPartialEq for Enumerate
Auto Trait Implementations§
impl Freeze for Enumerate
impl RefUnwindSafe for Enumerate
impl Send for Enumerate
impl Sync for Enumerate
impl Unpin for Enumerate
impl UnwindSafe for Enumerate
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)