pub struct ProcessRegistryConfig {
pub max_completed: usize,
pub max_output_bytes: usize,
}Fields§
§max_completed: usize§max_output_bytes: usizeTrait Implementations§
Source§impl Clone for ProcessRegistryConfig
impl Clone for ProcessRegistryConfig
Source§fn clone(&self) -> ProcessRegistryConfig
fn clone(&self) -> ProcessRegistryConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProcessRegistryConfig
impl Debug for ProcessRegistryConfig
Auto Trait Implementations§
impl Freeze for ProcessRegistryConfig
impl RefUnwindSafe for ProcessRegistryConfig
impl Send for ProcessRegistryConfig
impl Sync for ProcessRegistryConfig
impl Unpin for ProcessRegistryConfig
impl UnsafeUnpin for ProcessRegistryConfig
impl UnwindSafe for ProcessRegistryConfig
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