pub struct DomainControlBenchmark {
pub name: Option<String>,
pub version: Option<String>,
}Fields§
§name: Option<String>§version: Option<String>Implementations§
Source§impl DomainControlBenchmark
impl DomainControlBenchmark
pub fn new() -> DomainControlBenchmark
Trait Implementations§
Source§impl Clone for DomainControlBenchmark
impl Clone for DomainControlBenchmark
Source§fn clone(&self) -> DomainControlBenchmark
fn clone(&self) -> DomainControlBenchmark
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 DomainControlBenchmark
impl Debug for DomainControlBenchmark
Source§impl Default for DomainControlBenchmark
impl Default for DomainControlBenchmark
Source§fn default() -> DomainControlBenchmark
fn default() -> DomainControlBenchmark
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DomainControlBenchmark
impl<'de> Deserialize<'de> for DomainControlBenchmark
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 DomainControlBenchmark
impl PartialEq for DomainControlBenchmark
Source§impl Serialize for DomainControlBenchmark
impl Serialize for DomainControlBenchmark
impl StructuralPartialEq for DomainControlBenchmark
Auto Trait Implementations§
impl Freeze for DomainControlBenchmark
impl RefUnwindSafe for DomainControlBenchmark
impl Send for DomainControlBenchmark
impl Sync for DomainControlBenchmark
impl Unpin for DomainControlBenchmark
impl UnwindSafe for DomainControlBenchmark
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