Struct decthings_api::client::rpc::persistent_launcher::PersistentLauncher
source · pub struct PersistentLauncher {
pub id: String,
pub name: String,
pub spec: LauncherSpec,
pub state: PersistentLauncherState,
pub created_at: Option<i64>,
pub running: Vec<PersistentLauncherRunning>,
}
Fields§
§id: String
§name: String
§spec: LauncherSpec
§state: PersistentLauncherState
§created_at: Option<i64>
§running: Vec<PersistentLauncherRunning>
Trait Implementations§
source§impl Clone for PersistentLauncher
impl Clone for PersistentLauncher
source§fn clone(&self) -> PersistentLauncher
fn clone(&self) -> PersistentLauncher
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 PersistentLauncher
impl Debug for PersistentLauncher
source§impl<'de> Deserialize<'de> for PersistentLauncher
impl<'de> Deserialize<'de> for PersistentLauncher
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 PersistentLauncher
impl RefUnwindSafe for PersistentLauncher
impl Send for PersistentLauncher
impl Sync for PersistentLauncher
impl Unpin for PersistentLauncher
impl UnwindSafe for PersistentLauncher
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