Struct nimble_rust::Rectify
source · pub struct Rectify<Game, StepT>{ /* private fields */ }
Expand description
Implementations§
Trait Implementations§
source§impl<Game, StepT> Debug for Rectify<Game, StepT>where
Game: Debug + AssentCallback<StepT> + SeerCallback<StepT> + RectifyCallback,
StepT: Debug + Clone,
impl<Game, StepT> Debug for Rectify<Game, StepT>where
Game: Debug + AssentCallback<StepT> + SeerCallback<StepT> + RectifyCallback,
StepT: Debug + Clone,
Auto Trait Implementations§
impl<Game, StepT> Freeze for Rectify<Game, StepT>
impl<Game, StepT> RefUnwindSafe for Rectify<Game, StepT>where
Game: RefUnwindSafe,
StepT: RefUnwindSafe,
impl<Game, StepT> Send for Rectify<Game, StepT>
impl<Game, StepT> Sync for Rectify<Game, StepT>
impl<Game, StepT> Unpin for Rectify<Game, StepT>
impl<Game, StepT> UnwindSafe for Rectify<Game, StepT>where
Game: UnwindSafe,
StepT: UnwindSafe,
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