pub struct ParameterSetLogConfig {
pub stdout_filename: String,
pub stderr_filename: String,
}Fields§
§stdout_filename: String§stderr_filename: StringImplementations§
Source§impl ParameterSetLogConfig
impl ParameterSetLogConfig
pub fn new( stdout_filename: String, stderr_filename: String, ) -> ParameterSetLogConfig
Trait Implementations§
Source§impl Clone for ParameterSetLogConfig
impl Clone for ParameterSetLogConfig
Source§fn clone(&self) -> ParameterSetLogConfig
fn clone(&self) -> ParameterSetLogConfig
Returns a duplicate 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 ParameterSetLogConfig
impl Debug for ParameterSetLogConfig
Source§impl Default for ParameterSetLogConfig
impl Default for ParameterSetLogConfig
Source§fn default() -> ParameterSetLogConfig
fn default() -> ParameterSetLogConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ParameterSetLogConfig
impl<'de> Deserialize<'de> for ParameterSetLogConfig
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 ParameterSetLogConfig
impl PartialEq for ParameterSetLogConfig
Source§impl Serialize for ParameterSetLogConfig
impl Serialize for ParameterSetLogConfig
impl StructuralPartialEq for ParameterSetLogConfig
Auto Trait Implementations§
impl Freeze for ParameterSetLogConfig
impl RefUnwindSafe for ParameterSetLogConfig
impl Send for ParameterSetLogConfig
impl Sync for ParameterSetLogConfig
impl Unpin for ParameterSetLogConfig
impl UnsafeUnpin for ParameterSetLogConfig
impl UnwindSafe for ParameterSetLogConfig
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