pub struct StationScheduleConfig {
pub max_station_advances_per_step: usize,
}Expand description
Budget for a load-aware scheduler step.
Fields§
§max_station_advances_per_step: usizeMaximum stations that may advance during one scheduler step.
Trait Implementations§
Source§impl Clone for StationScheduleConfig
impl Clone for StationScheduleConfig
Source§fn clone(&self) -> StationScheduleConfig
fn clone(&self) -> StationScheduleConfig
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 moreimpl Copy for StationScheduleConfig
Source§impl Debug for StationScheduleConfig
impl Debug for StationScheduleConfig
Source§impl Default for StationScheduleConfig
impl Default for StationScheduleConfig
impl Eq for StationScheduleConfig
Source§impl PartialEq for StationScheduleConfig
impl PartialEq for StationScheduleConfig
impl StructuralPartialEq for StationScheduleConfig
Auto Trait Implementations§
impl Freeze for StationScheduleConfig
impl RefUnwindSafe for StationScheduleConfig
impl Send for StationScheduleConfig
impl Sync for StationScheduleConfig
impl Unpin for StationScheduleConfig
impl UnsafeUnpin for StationScheduleConfig
impl UnwindSafe for StationScheduleConfig
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