#[non_exhaustive]pub struct ExportBacktestResultMetadataResponse { /* private fields */ }Expand description
Response for exporting BacktestResult metadata.
Implementations§
Trait Implementations§
Source§impl Clone for ExportBacktestResultMetadataResponse
impl Clone for ExportBacktestResultMetadataResponse
Source§fn clone(&self) -> ExportBacktestResultMetadataResponse
fn clone(&self) -> ExportBacktestResultMetadataResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ExportBacktestResultMetadataResponse
impl Default for ExportBacktestResultMetadataResponse
Source§fn default() -> ExportBacktestResultMetadataResponse
fn default() -> ExportBacktestResultMetadataResponse
Returns the “default value” for a type. Read more
Source§impl PartialEq for ExportBacktestResultMetadataResponse
impl PartialEq for ExportBacktestResultMetadataResponse
Source§fn eq(&self, other: &ExportBacktestResultMetadataResponse) -> bool
fn eq(&self, other: &ExportBacktestResultMetadataResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExportBacktestResultMetadataResponse
Auto Trait Implementations§
impl Freeze for ExportBacktestResultMetadataResponse
impl RefUnwindSafe for ExportBacktestResultMetadataResponse
impl Send for ExportBacktestResultMetadataResponse
impl Sync for ExportBacktestResultMetadataResponse
impl Unpin for ExportBacktestResultMetadataResponse
impl UnsafeUnpin for ExportBacktestResultMetadataResponse
impl UnwindSafe for ExportBacktestResultMetadataResponse
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