pub enum DiscoveryField {
Show 17 variants
InterfaceType,
Transport,
ReachableOn,
Latitude,
Longitude,
Height,
Port,
IfacNetworkName,
IfacPassphrase,
Frequency,
Bandwidth,
SpreadingFactor,
CodingRate,
Modulation,
Channel,
TransportId,
Name,
}Variants§
InterfaceType
Transport
ReachableOn
Latitude
Longitude
Height
Port
IfacNetworkName
IfacPassphrase
Frequency
Bandwidth
SpreadingFactor
CodingRate
Modulation
Channel
TransportId
Name
Implementations§
Trait Implementations§
Source§impl Clone for DiscoveryField
impl Clone for DiscoveryField
Source§fn clone(&self) -> DiscoveryField
fn clone(&self) -> DiscoveryField
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 DiscoveryField
Source§impl Debug for DiscoveryField
impl Debug for DiscoveryField
impl Eq for DiscoveryField
Source§impl PartialEq for DiscoveryField
impl PartialEq for DiscoveryField
impl StructuralPartialEq for DiscoveryField
Auto Trait Implementations§
impl Freeze for DiscoveryField
impl RefUnwindSafe for DiscoveryField
impl Send for DiscoveryField
impl Sync for DiscoveryField
impl Unpin for DiscoveryField
impl UnsafeUnpin for DiscoveryField
impl UnwindSafe for DiscoveryField
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