pub struct DeveloperFieldDescription { /* private fields */ }Expand description
Developer fields are fields with properties that are not already defined by the SDK, but instead the definition is part of the fit file, for more flexiblity. Since their properties are dynamically defined and cannot be looked up statically we need to store these properties. This is what the DeveloperFieldDescription struct is for.
Trait Implementations§
Source§impl Debug for DeveloperFieldDescription
impl Debug for DeveloperFieldDescription
Source§impl TryFrom<&Vec<FitDataField>> for DeveloperFieldDescription
impl TryFrom<&Vec<FitDataField>> for DeveloperFieldDescription
Auto Trait Implementations§
impl Freeze for DeveloperFieldDescription
impl RefUnwindSafe for DeveloperFieldDescription
impl Send for DeveloperFieldDescription
impl Sync for DeveloperFieldDescription
impl Unpin for DeveloperFieldDescription
impl UnwindSafe for DeveloperFieldDescription
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