pub struct SchedulerConfig {
pub stack_pool: StackPool,
}
Fields§
§stack_pool: StackPool
Auto Trait Implementations§
impl !Freeze for SchedulerConfig
impl !RefUnwindSafe for SchedulerConfig
impl Send for SchedulerConfig
impl !Sync for SchedulerConfig
impl Unpin for SchedulerConfig
impl UnwindSafe for SchedulerConfig
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