Struct decthings_api::client::rpc::spawned::SpawnedCommand
source · pub struct SpawnedCommand {
pub id: String,
pub started_at: i64,
pub model_id: Option<String>,
pub execution_location: ExecutionLocation,
}
Fields§
§id: String
§started_at: i64
§model_id: Option<String>
§execution_location: ExecutionLocation
Trait Implementations§
source§impl Clone for SpawnedCommand
impl Clone for SpawnedCommand
source§fn clone(&self) -> SpawnedCommand
fn clone(&self) -> SpawnedCommand
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 Debug for SpawnedCommand
impl Debug for SpawnedCommand
source§impl<'de> Deserialize<'de> for SpawnedCommand
impl<'de> Deserialize<'de> for SpawnedCommand
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
Auto Trait Implementations§
impl Freeze for SpawnedCommand
impl RefUnwindSafe for SpawnedCommand
impl Send for SpawnedCommand
impl Sync for SpawnedCommand
impl Unpin for SpawnedCommand
impl UnwindSafe for SpawnedCommand
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