Struct kafka_json_processor_core::config::InternalConfig
source · [−]pub struct InternalConfig {
pub worker_threads: usize,
pub channel_capacity: usize,
pub queue_slowdown_ms: usize,
pub queue_size: usize,
pub journal_enabled: bool,
pub journal_path: String,
}
Fields
worker_threads: usize
channel_capacity: usize
queue_slowdown_ms: usize
queue_size: usize
journal_enabled: bool
journal_path: String
Trait Implementations
sourceimpl Clone for InternalConfig
impl Clone for InternalConfig
sourcefn clone(&self) -> InternalConfig
fn clone(&self) -> InternalConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for InternalConfig
impl Send for InternalConfig
impl Sync for InternalConfig
impl Unpin for InternalConfig
impl UnwindSafe for InternalConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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