pub struct StopExerciseRequest;Implementations§
Trait Implementations§
Source§impl Clone for StopExerciseRequest
impl Clone for StopExerciseRequest
Source§fn clone(&self) -> StopExerciseRequest
fn clone(&self) -> StopExerciseRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StopExerciseRequest
impl Debug for StopExerciseRequest
Source§impl Default for StopExerciseRequest
impl Default for StopExerciseRequest
Source§fn default() -> StopExerciseRequest
fn default() -> StopExerciseRequest
Returns the “default value” for a type. Read more
Source§impl FromResponseBody for StopExerciseRequest
impl FromResponseBody for StopExerciseRequest
type Response = StatusMessage
Source§impl ToRequestBody for StopExerciseRequest
impl ToRequestBody for StopExerciseRequest
fn to_api_request(&self) -> ApiRequest
Auto Trait Implementations§
impl Freeze for StopExerciseRequest
impl RefUnwindSafe for StopExerciseRequest
impl Send for StopExerciseRequest
impl Sync for StopExerciseRequest
impl Unpin for StopExerciseRequest
impl UnwindSafe for StopExerciseRequest
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