pub struct RecordedBenchmarkOutcome {
pub memory_id: String,
pub task_slug: Option<String>,
pub kind: MemoryKind,
pub text: String,
pub proposal_id: Option<String>,
pub proposal_text: Option<String>,
}Fields§
§memory_id: String§task_slug: Option<String>§kind: MemoryKind§text: String§proposal_id: Option<String>§proposal_text: Option<String>Trait Implementations§
Source§impl Clone for RecordedBenchmarkOutcome
impl Clone for RecordedBenchmarkOutcome
Source§fn clone(&self) -> RecordedBenchmarkOutcome
fn clone(&self) -> RecordedBenchmarkOutcome
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 moreAuto Trait Implementations§
impl Freeze for RecordedBenchmarkOutcome
impl RefUnwindSafe for RecordedBenchmarkOutcome
impl Send for RecordedBenchmarkOutcome
impl Sync for RecordedBenchmarkOutcome
impl Unpin for RecordedBenchmarkOutcome
impl UnsafeUnpin for RecordedBenchmarkOutcome
impl UnwindSafe for RecordedBenchmarkOutcome
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