Struct broker_ipc::CommonChildStartupArgs
source · pub struct CommonChildStartupArgs {
pub(crate) log_args: LogArgs,
pub(crate) syslog_file: Option<SafeDescriptor>,
pub(crate) metrics_tube: Option<SendTube>,
pub(crate) product_attrs: ProductAttributes,
}
Expand description
Arguments that are common to all devices & helper processes.
Fields§
§log_args: LogArgs
§syslog_file: Option<SafeDescriptor>
§metrics_tube: Option<SendTube>
§product_attrs: ProductAttributes
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for CommonChildStartupArgs
impl<'de> Deserialize<'de> for CommonChildStartupArgs
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 RefUnwindSafe for CommonChildStartupArgs
impl Send for CommonChildStartupArgs
impl Sync for CommonChildStartupArgs
impl Unpin for CommonChildStartupArgs
impl UnwindSafe for CommonChildStartupArgs
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