pub struct SchedulerFacts {
pub class_name: Option<String>,
pub timestep_spacing: Option<String>,
}Expand description
The facts read from a pipeline’s scheduler/scheduler_config.json that a
refinement matches against.
Fields§
§class_name: Option<String>The scheduler’s _class_name.
timestep_spacing: Option<String>Its timestep_spacing.
Implementations§
Trait Implementations§
Source§impl Clone for SchedulerFacts
impl Clone for SchedulerFacts
Source§impl Debug for SchedulerFacts
impl Debug for SchedulerFacts
Source§impl Default for SchedulerFacts
impl Default for SchedulerFacts
impl Eq for SchedulerFacts
Source§impl Hash for SchedulerFacts
impl Hash for SchedulerFacts
Source§impl PartialEq for SchedulerFacts
impl PartialEq for SchedulerFacts
impl StructuralPartialEq for SchedulerFacts
Auto Trait Implementations§
impl Freeze for SchedulerFacts
impl RefUnwindSafe for SchedulerFacts
impl Send for SchedulerFacts
impl Sync for SchedulerFacts
impl Unpin for SchedulerFacts
impl UnsafeUnpin for SchedulerFacts
impl UnwindSafe for SchedulerFacts
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