Struct decthings_api::client::rpc::debug::DebugTrainingMetricsToFetch
source · pub struct DebugTrainingMetricsToFetch<'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 DebugTrainingMetricsToFetch<'a>
impl<'a> Clone for DebugTrainingMetricsToFetch<'a>
source§fn clone(&self) -> DebugTrainingMetricsToFetch<'a>
fn clone(&self) -> DebugTrainingMetricsToFetch<'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 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