pub struct CreateBacktestSessionRequestOptions {
pub request: CreateSessionParams,
pub parallel: bool,
}Fields§
§request: CreateSessionParams§parallel: boolTrait Implementations§
Source§impl Clone for CreateBacktestSessionRequestOptions
impl Clone for CreateBacktestSessionRequestOptions
Source§fn clone(&self) -> CreateBacktestSessionRequestOptions
fn clone(&self) -> CreateBacktestSessionRequestOptions
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 moreAuto Trait Implementations§
impl Freeze for CreateBacktestSessionRequestOptions
impl RefUnwindSafe for CreateBacktestSessionRequestOptions
impl Send for CreateBacktestSessionRequestOptions
impl Sync for CreateBacktestSessionRequestOptions
impl Unpin for CreateBacktestSessionRequestOptions
impl UnsafeUnpin for CreateBacktestSessionRequestOptions
impl UnwindSafe for CreateBacktestSessionRequestOptions
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