pub struct Workout;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Workout
impl RefUnwindSafe for Workout
impl Send for Workout
impl Sync for Workout
impl Unpin for Workout
impl UnwindSafe for Workout
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