pub enum Connectivity {
Show 14 variants BluetoothEnabled(Field<Bool>), BluetoothLeEnabled(Field<Bool>), AntEnabled(Field<Bool>), Name(Field<Utf8String>), LiveTrackingEnabled(Field<Bool>), WeatherConditionsEnabled(Field<Bool>), WeatherAlertsEnabled(Field<Bool>), AutoActivityUploadEnabled(Field<Bool>), CourseDownloadEnabled(Field<Bool>), WorkoutDownloadEnabled(Field<Bool>), GpsEphemerisDownloadEnabled(Field<Bool>), IncidentDetectionEnabled(Field<Bool>), GrouptrackEnabled(Field<Bool>), Unknown { data: Vec<u8>, field_def_num: u8, },
}

Variants

BluetoothEnabled(Field<Bool>)

Use Bluetooth for connectivity features

BluetoothLeEnabled(Field<Bool>)

Use Bluetooth Low Energy for connectivity features

AntEnabled(Field<Bool>)

Use ANT for connectivity features

Name(Field<Utf8String>)

LiveTrackingEnabled(Field<Bool>)

WeatherConditionsEnabled(Field<Bool>)

WeatherAlertsEnabled(Field<Bool>)

AutoActivityUploadEnabled(Field<Bool>)

CourseDownloadEnabled(Field<Bool>)

WorkoutDownloadEnabled(Field<Bool>)

GpsEphemerisDownloadEnabled(Field<Bool>)

IncidentDetectionEnabled(Field<Bool>)

GrouptrackEnabled(Field<Bool>)

Unknown

Fields

data: Vec<u8>
field_def_num: u8

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.