pub struct DispatchSection {
pub capture_prefix: Option<String>,
pub guard_args: Option<String>,
pub model_note: Option<String>,
pub next_steps_template: Option<String>,
pub exec_template: Option<String>,
pub parallel_command_template: Option<String>,
pub judge_command_template: Option<String>,
pub manifest_template: Option<String>,
}Fields§
§capture_prefix: Option<String>§guard_args: Option<String>§model_note: Option<String>§next_steps_template: Option<String>§exec_template: Option<String>§parallel_command_template: Option<String>§judge_command_template: Option<String>§manifest_template: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for DispatchSection
impl Clone for DispatchSection
Source§fn clone(&self) -> DispatchSection
fn clone(&self) -> DispatchSection
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 moreSource§impl Debug for DispatchSection
impl Debug for DispatchSection
Source§impl Default for DispatchSection
impl Default for DispatchSection
Source§fn default() -> DispatchSection
fn default() -> DispatchSection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DispatchSection
impl<'de> Deserialize<'de> for DispatchSection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DispatchSection
impl RefUnwindSafe for DispatchSection
impl Send for DispatchSection
impl Sync for DispatchSection
impl Unpin for DispatchSection
impl UnsafeUnpin for DispatchSection
impl UnwindSafe for DispatchSection
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