pub struct ActiveRunInfo {
pub run_id: RunId,
pub branch_id: BranchId,
pub model: ModelId,
}Fields§
§run_id: RunId§branch_id: BranchId§model: ModelIdTrait Implementations§
Source§impl Clone for ActiveRunInfo
impl Clone for ActiveRunInfo
Source§fn clone(&self) -> ActiveRunInfo
fn clone(&self) -> ActiveRunInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ActiveRunInfo
impl Debug for ActiveRunInfo
Source§impl<'de> Deserialize<'de> for ActiveRunInfo
impl<'de> Deserialize<'de> for ActiveRunInfo
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
Source§impl PartialEq for ActiveRunInfo
impl PartialEq for ActiveRunInfo
Source§impl Serialize for ActiveRunInfo
impl Serialize for ActiveRunInfo
impl StructuralPartialEq for ActiveRunInfo
Auto Trait Implementations§
impl Freeze for ActiveRunInfo
impl RefUnwindSafe for ActiveRunInfo
impl Send for ActiveRunInfo
impl Sync for ActiveRunInfo
impl Unpin for ActiveRunInfo
impl UnsafeUnpin for ActiveRunInfo
impl UnwindSafe for ActiveRunInfo
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