pub enum DiscoveryTargetKind {
Multicast,
Broadcast,
UnicastConfigured,
UnicastFallback,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DiscoveryTargetKind
impl Clone for DiscoveryTargetKind
Source§fn clone(&self) -> DiscoveryTargetKind
fn clone(&self) -> DiscoveryTargetKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DiscoveryTargetKind
Source§impl Debug for DiscoveryTargetKind
impl Debug for DiscoveryTargetKind
impl Eq for DiscoveryTargetKind
Source§impl PartialEq for DiscoveryTargetKind
impl PartialEq for DiscoveryTargetKind
Source§fn eq(&self, other: &DiscoveryTargetKind) -> bool
fn eq(&self, other: &DiscoveryTargetKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DiscoveryTargetKind
Auto Trait Implementations§
impl Freeze for DiscoveryTargetKind
impl RefUnwindSafe for DiscoveryTargetKind
impl Send for DiscoveryTargetKind
impl Sync for DiscoveryTargetKind
impl Unpin for DiscoveryTargetKind
impl UnsafeUnpin for DiscoveryTargetKind
impl UnwindSafe for DiscoveryTargetKind
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