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