pub struct BenchProperties { /* private fields */ }Trait Implementations§
Source§impl Default for BenchProperties
impl Default for BenchProperties
Source§fn default() -> BenchProperties
fn default() -> BenchProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BenchProperties
impl<'de> Deserialize<'de> for BenchProperties
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
Auto Trait Implementations§
impl Freeze for BenchProperties
impl RefUnwindSafe for BenchProperties
impl Send for BenchProperties
impl Sync for BenchProperties
impl Unpin for BenchProperties
impl UnsafeUnpin for BenchProperties
impl UnwindSafe for BenchProperties
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