Struct decthings_api::rpc::debug::DebugGetTrainingStatusParams
source · pub struct DebugGetTrainingStatusParams<'a> {
pub debug_session_id: &'a str,
pub training_session_id: &'a str,
}
Fields§
§debug_session_id: &'a str
The debug session’s id.
training_session_id: &'a str
Training session identifier, as returned by the ‘callTrain’ function.
Trait Implementations§
source§impl<'a> Clone for DebugGetTrainingStatusParams<'a>
impl<'a> Clone for DebugGetTrainingStatusParams<'a>
source§fn clone(&self) -> DebugGetTrainingStatusParams<'a>
fn clone(&self) -> DebugGetTrainingStatusParams<'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 DebugGetTrainingStatusParams<'a>
impl<'a> Debug for DebugGetTrainingStatusParams<'a>
Auto Trait Implementations§
impl<'a> Freeze for DebugGetTrainingStatusParams<'a>
impl<'a> RefUnwindSafe for DebugGetTrainingStatusParams<'a>
impl<'a> Send for DebugGetTrainingStatusParams<'a>
impl<'a> Sync for DebugGetTrainingStatusParams<'a>
impl<'a> Unpin for DebugGetTrainingStatusParams<'a>
impl<'a> UnwindSafe for DebugGetTrainingStatusParams<'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