pub struct RunnerSection {
pub class: Option<String>,
}Expand description
The [runner] table in tak.toml.
Fields§
§class: Option<String>Trait Implementations§
Source§impl Clone for RunnerSection
impl Clone for RunnerSection
Source§fn clone(&self) -> RunnerSection
fn clone(&self) -> RunnerSection
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 RunnerSection
impl Debug for RunnerSection
Source§impl Default for RunnerSection
impl Default for RunnerSection
Source§fn default() -> RunnerSection
fn default() -> RunnerSection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RunnerSection
impl<'de> Deserialize<'de> for RunnerSection
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
Source§impl PartialEq for RunnerSection
impl PartialEq for RunnerSection
impl StructuralPartialEq for RunnerSection
Auto Trait Implementations§
impl Freeze for RunnerSection
impl RefUnwindSafe for RunnerSection
impl Send for RunnerSection
impl Sync for RunnerSection
impl Unpin for RunnerSection
impl UnsafeUnpin for RunnerSection
impl UnwindSafe for RunnerSection
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