Struct pluralistic_rs::LinearQfOptions
source · pub struct LinearQfOptions {
pub matching_cap_amount: Option<f64>,
pub matching_cap_strategy: MatchingCapStrategy,
pub upscale: bool,
}
Fields§
§matching_cap_amount: Option<f64>
§matching_cap_strategy: MatchingCapStrategy
§upscale: bool
Trait Implementations§
source§impl Default for LinearQfOptions
impl Default for LinearQfOptions
source§fn default() -> LinearQfOptions
fn default() -> LinearQfOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for LinearQfOptions
impl Send for LinearQfOptions
impl Sync for LinearQfOptions
impl Unpin for LinearQfOptions
impl UnwindSafe for LinearQfOptions
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