pub struct ProcessContainerFactory {
pub extra_function_dependencies_dir: Option<String>,
pub java_instance_jar_location: Option<String>,
pub log_directory: Option<String>,
pub python_instance_location: Option<String>,
}Fields§
§extra_function_dependencies_dir: Option<String>§java_instance_jar_location: Option<String>§log_directory: Option<String>§python_instance_location: Option<String>Implementations§
source§impl ProcessContainerFactory
impl ProcessContainerFactory
pub fn new() -> ProcessContainerFactory
Trait Implementations§
source§impl Clone for ProcessContainerFactory
impl Clone for ProcessContainerFactory
source§fn clone(&self) -> ProcessContainerFactory
fn clone(&self) -> ProcessContainerFactory
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 ProcessContainerFactory
impl Debug for ProcessContainerFactory
source§impl Default for ProcessContainerFactory
impl Default for ProcessContainerFactory
source§fn default() -> ProcessContainerFactory
fn default() -> ProcessContainerFactory
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ProcessContainerFactory
impl<'de> Deserialize<'de> for ProcessContainerFactory
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 ProcessContainerFactory
impl PartialEq for ProcessContainerFactory
source§fn eq(&self, other: &ProcessContainerFactory) -> bool
fn eq(&self, other: &ProcessContainerFactory) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ProcessContainerFactory
impl Serialize for ProcessContainerFactory
impl StructuralPartialEq for ProcessContainerFactory
Auto Trait Implementations§
impl RefUnwindSafe for ProcessContainerFactory
impl Send for ProcessContainerFactory
impl Sync for ProcessContainerFactory
impl Unpin for ProcessContainerFactory
impl UnwindSafe for ProcessContainerFactory
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