pub struct DomainBenchmark {
pub applicable_profiles: Option<Vec<String>>,
pub benchmark_short: String,
pub id: i32,
pub recommendation_number: String,
}Fields§
§applicable_profiles: Option<Vec<String>>§benchmark_short: String§id: i32§recommendation_number: StringImplementations§
Trait Implementations§
Source§impl Clone for DomainBenchmark
impl Clone for DomainBenchmark
Source§fn clone(&self) -> DomainBenchmark
fn clone(&self) -> DomainBenchmark
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 moreSource§impl Debug for DomainBenchmark
impl Debug for DomainBenchmark
Source§impl Default for DomainBenchmark
impl Default for DomainBenchmark
Source§fn default() -> DomainBenchmark
fn default() -> DomainBenchmark
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DomainBenchmark
impl<'de> Deserialize<'de> for DomainBenchmark
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DomainBenchmark
impl PartialEq for DomainBenchmark
Source§impl Serialize for DomainBenchmark
impl Serialize for DomainBenchmark
impl StructuralPartialEq for DomainBenchmark
Auto Trait Implementations§
impl Freeze for DomainBenchmark
impl RefUnwindSafe for DomainBenchmark
impl Send for DomainBenchmark
impl Sync for DomainBenchmark
impl Unpin for DomainBenchmark
impl UnwindSafe for DomainBenchmark
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