pub struct ExerciseMethod;Expand description
ExerciseMethod (747).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExerciseMethod
impl RefUnwindSafe for ExerciseMethod
impl Send for ExerciseMethod
impl Sync for ExerciseMethod
impl Unpin for ExerciseMethod
impl UnsafeUnpin for ExerciseMethod
impl UnwindSafe for ExerciseMethod
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