Struct libcnb_data::launch::Process
source · [−]pub struct Process {
pub type: ProcessType,
pub command: String,
pub args: Vec<String>,
pub direct: bool,
pub default: bool,
}Fields
type: ProcessTypecommand: Stringargs: Vec<String>direct: booldefault: boolTrait Implementations
sourceimpl<'de> Deserialize<'de> for Process
impl<'de> Deserialize<'de> for Process
sourcefn 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
impl Eq for Process
impl StructuralEq for Process
impl StructuralPartialEq for Process
Auto Trait Implementations
impl RefUnwindSafe for Process
impl Send for Process
impl Sync for Process
impl Unpin for Process
impl UnwindSafe for Process
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more