pub struct CurveExecutorParams {
pub curve: LoadCurve,
pub request_config: Arc<RequestConfig>,
pub template: Option<Arc<Template>>,
pub cancellation_token: CancellationToken,
}Expand description
Parameters for constructing a CurveExecutor.
Fields§
§curve: LoadCurve§request_config: Arc<RequestConfig>§template: Option<Arc<Template>>§cancellation_token: CancellationTokenAuto Trait Implementations§
impl Freeze for CurveExecutorParams
impl !RefUnwindSafe for CurveExecutorParams
impl Send for CurveExecutorParams
impl Sync for CurveExecutorParams
impl Unpin for CurveExecutorParams
impl UnsafeUnpin for CurveExecutorParams
impl !UnwindSafe for CurveExecutorParams
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