Struct devol_accounts_kit::instructions_data::constructors::start_next_pool::StartNextPoolParams
source · pub struct StartNextPoolParams {
pub svm_params: SvmParams,
pub bounds: [f32; 94],
pub margin_vega: f64,
pub margin_vanna: f64,
pub margin_volga: f64,
pub range_lr: f64,
pub w_lr: f64,
pub max_lr: f64,
pub max_pct_pool: f64,
pub perm_impact: f64,
}Fields§
§svm_params: SvmParams§bounds: [f32; 94]§margin_vega: f64§margin_vanna: f64§margin_volga: f64§range_lr: f64§w_lr: f64§max_lr: f64§max_pct_pool: f64§perm_impact: f64Auto Trait Implementations§
impl Freeze for StartNextPoolParams
impl RefUnwindSafe for StartNextPoolParams
impl Send for StartNextPoolParams
impl Sync for StartNextPoolParams
impl Unpin for StartNextPoolParams
impl UnwindSafe for StartNextPoolParams
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more