Struct decthings_api::rpc::debug::DebugFetchedTrainingMetrics
source · pub struct DebugFetchedTrainingMetrics {
pub name: String,
pub start_index: u32,
pub entries: Vec<DebugFetchedTrainingMetric>,
}
Fields§
§name: String
§start_index: u32
§entries: Vec<DebugFetchedTrainingMetric>
Trait Implementations§
source§impl Clone for DebugFetchedTrainingMetrics
impl Clone for DebugFetchedTrainingMetrics
source§fn clone(&self) -> DebugFetchedTrainingMetrics
fn clone(&self) -> DebugFetchedTrainingMetrics
Returns a copy 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 DebugFetchedTrainingMetrics
impl Debug for DebugFetchedTrainingMetrics
source§impl<'de> Deserialize<'de> for DebugFetchedTrainingMetrics
impl<'de> Deserialize<'de> for DebugFetchedTrainingMetrics
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 DebugFetchedTrainingMetrics
impl RefUnwindSafe for DebugFetchedTrainingMetrics
impl Send for DebugFetchedTrainingMetrics
impl Sync for DebugFetchedTrainingMetrics
impl Unpin for DebugFetchedTrainingMetrics
impl UnwindSafe for DebugFetchedTrainingMetrics
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