pub struct AnalyticalPerformanceParams {
pub notes: Vec<String>,
}Fields§
§notes: Vec<String>Explicitly empty in Phase 0; present so schema shape is stable.
Trait Implementations§
Source§impl Clone for AnalyticalPerformanceParams
impl Clone for AnalyticalPerformanceParams
Source§fn clone(&self) -> AnalyticalPerformanceParams
fn clone(&self) -> AnalyticalPerformanceParams
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 Debug for AnalyticalPerformanceParams
impl Debug for AnalyticalPerformanceParams
Source§impl Default for AnalyticalPerformanceParams
impl Default for AnalyticalPerformanceParams
Source§fn default() -> AnalyticalPerformanceParams
fn default() -> AnalyticalPerformanceParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AnalyticalPerformanceParams
impl<'de> Deserialize<'de> for AnalyticalPerformanceParams
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
impl Eq for AnalyticalPerformanceParams
impl StructuralPartialEq for AnalyticalPerformanceParams
Auto Trait Implementations§
impl Freeze for AnalyticalPerformanceParams
impl RefUnwindSafe for AnalyticalPerformanceParams
impl Send for AnalyticalPerformanceParams
impl Sync for AnalyticalPerformanceParams
impl Unpin for AnalyticalPerformanceParams
impl UnsafeUnpin for AnalyticalPerformanceParams
impl UnwindSafe for AnalyticalPerformanceParams
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