pub enum ConnectivityCapabilities {
Show 33 variants Bluetooth, BluetoothLe, Ant, ActivityUpload, CourseDownload, WorkoutDownload, LiveTrack, WeatherConditions, WeatherAlerts, GpsEphemerisDownload, ExplicitArchive, SetupIncomplete, ContinueSyncAfterSoftwareUpdate, ConnectIqAppDownload, GolfCourseDownload, DeviceInitiatesSync, ConnectIqWatchAppDownload, ConnectIqWidgetDownload, ConnectIqWatchFaceDownload, ConnectIqDataFieldDownload, ConnectIqAppManagment, SwingSensor, SwingSensorRemote, IncidentDetection, AudioPrompts, WifiVerification, TrueUp, FindMyWatch, RemoteManualSync, LiveTrackAutoStart, LiveTrackMessaging, InstantInput, Unknown,
}

Variants

Bluetooth

BluetoothLe

Ant

ActivityUpload

CourseDownload

WorkoutDownload

LiveTrack

WeatherConditions

WeatherAlerts

GpsEphemerisDownload

ExplicitArchive

SetupIncomplete

ContinueSyncAfterSoftwareUpdate

ConnectIqAppDownload

GolfCourseDownload

DeviceInitiatesSync

Indicates device is in control of initiating all syncs

ConnectIqWatchAppDownload

ConnectIqWidgetDownload

ConnectIqWatchFaceDownload

ConnectIqDataFieldDownload

ConnectIqAppManagment

Device supports delete and reorder of apps via GCM

SwingSensor

SwingSensorRemote

IncidentDetection

Device supports incident detection

AudioPrompts

WifiVerification

Device supports reporting wifi verification via GCM

TrueUp

Device supports True Up

FindMyWatch

Device supports Find My Watch

RemoteManualSync

LiveTrackAutoStart

Device supports LiveTrack auto start

LiveTrackMessaging

Device supports LiveTrack Messaging

InstantInput

Device supports instant input feature

Unknown

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.