pub struct DebugTrainingMetricsToFetch<'a> {
pub name: &'a str,
pub start_index: u32,
pub amount: u32,
}Fields§
§name: &'a str§start_index: u32§amount: u32Trait Implementations§
Source§impl<'a> Clone for DebugTrainingMetricsToFetch<'a>
impl<'a> Clone for DebugTrainingMetricsToFetch<'a>
Source§fn clone(&self) -> DebugTrainingMetricsToFetch<'a>
fn clone(&self) -> DebugTrainingMetricsToFetch<'a>
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<'a> Debug for DebugTrainingMetricsToFetch<'a>
impl<'a> Debug for DebugTrainingMetricsToFetch<'a>
Auto Trait Implementations§
impl<'a> Freeze for DebugTrainingMetricsToFetch<'a>
impl<'a> RefUnwindSafe for DebugTrainingMetricsToFetch<'a>
impl<'a> Send for DebugTrainingMetricsToFetch<'a>
impl<'a> Sync for DebugTrainingMetricsToFetch<'a>
impl<'a> Unpin for DebugTrainingMetricsToFetch<'a>
impl<'a> UnwindSafe for DebugTrainingMetricsToFetch<'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