pub struct WorkerConfigs {
pub workers: Box<[&'static WorkerConfig]>,
}Fields§
§workers: Box<[&'static WorkerConfig]>Auto Trait Implementations§
impl Freeze for WorkerConfigs
impl !RefUnwindSafe for WorkerConfigs
impl Send for WorkerConfigs
impl Sync for WorkerConfigs
impl Unpin for WorkerConfigs
impl !UnwindSafe for WorkerConfigs
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