pub struct Workouts {
    pub running: Option<WorkoutFolder>,
    pub biking: Option<WorkoutFolder>,
    pub other: Option<WorkoutFolder>,
}Fields§
§running: Option<WorkoutFolder>§biking: Option<WorkoutFolder>§other: Option<WorkoutFolder>Trait Implementations§
impl StructuralPartialEq for Workouts
Auto Trait Implementations§
impl Freeze for Workouts
impl RefUnwindSafe for Workouts
impl Send for Workouts
impl Sync for Workouts
impl Unpin for Workouts
impl UnwindSafe for Workouts
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