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