pub struct LocalEngineConfig {
pub max_concurrent: u32,
pub queue_capacity: usize,
}Fields§
§max_concurrent: u32§queue_capacity: usizeTrait Implementations§
Source§impl Clone for LocalEngineConfig
impl Clone for LocalEngineConfig
Source§fn clone(&self) -> LocalEngineConfig
fn clone(&self) -> LocalEngineConfig
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 moreAuto Trait Implementations§
impl Freeze for LocalEngineConfig
impl RefUnwindSafe for LocalEngineConfig
impl Send for LocalEngineConfig
impl Sync for LocalEngineConfig
impl Unpin for LocalEngineConfig
impl UnsafeUnpin for LocalEngineConfig
impl UnwindSafe for LocalEngineConfig
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