Struct decthings_api::client::rpc::model::TrainingMetricsToFetch
source · pub struct TrainingMetricsToFetch<'a> {
pub name: &'a str,
pub start_index: u32,
pub amount: u32,
}
Fields§
§name: &'a str
§start_index: u32
§amount: u32
Trait Implementations§
source§impl<'a> Clone for TrainingMetricsToFetch<'a>
impl<'a> Clone for TrainingMetricsToFetch<'a>
source§fn clone(&self) -> TrainingMetricsToFetch<'a>
fn clone(&self) -> TrainingMetricsToFetch<'a>
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<'a> Debug for TrainingMetricsToFetch<'a>
impl<'a> Debug for TrainingMetricsToFetch<'a>
Auto Trait Implementations§
impl<'a> Freeze for TrainingMetricsToFetch<'a>
impl<'a> RefUnwindSafe for TrainingMetricsToFetch<'a>
impl<'a> Send for TrainingMetricsToFetch<'a>
impl<'a> Sync for TrainingMetricsToFetch<'a>
impl<'a> Unpin for TrainingMetricsToFetch<'a>
impl<'a> UnwindSafe for TrainingMetricsToFetch<'a>
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