pub struct OptimalStepsModel;Expand description
CrowdStep adapter for the
optimal_steps model.
Trait Implementations§
Source§impl Clone for OptimalStepsModel
impl Clone for OptimalStepsModel
Source§fn clone(&self) -> OptimalStepsModel
fn clone(&self) -> OptimalStepsModel
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 CrowdStep for OptimalStepsModel
impl CrowdStep for OptimalStepsModel
Source§impl Debug for OptimalStepsModel
impl Debug for OptimalStepsModel
Source§impl Default for OptimalStepsModel
impl Default for OptimalStepsModel
Source§fn default() -> OptimalStepsModel
fn default() -> OptimalStepsModel
Returns the “default value” for a type. Read more
impl Copy for OptimalStepsModel
Auto Trait Implementations§
impl Freeze for OptimalStepsModel
impl RefUnwindSafe for OptimalStepsModel
impl Send for OptimalStepsModel
impl Sync for OptimalStepsModel
impl Unpin for OptimalStepsModel
impl UnsafeUnpin for OptimalStepsModel
impl UnwindSafe for OptimalStepsModel
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