pub struct ProjectToml {
pub processes: HashMap<String, ProcessOverride>,
}Fields§
§processes: HashMap<String, ProcessOverride>Trait Implementations§
Source§impl Clone for ProjectToml
impl Clone for ProjectToml
Source§fn clone(&self) -> ProjectToml
fn clone(&self) -> ProjectToml
Returns a duplicate of the value. Read more
1.0.0 · 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 ProjectToml
impl Debug for ProjectToml
Source§impl Default for ProjectToml
impl Default for ProjectToml
Source§fn default() -> ProjectToml
fn default() -> ProjectToml
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProjectToml
impl<'de> Deserialize<'de> for ProjectToml
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 ProjectToml
impl RefUnwindSafe for ProjectToml
impl Send for ProjectToml
impl Sync for ProjectToml
impl Unpin for ProjectToml
impl UnsafeUnpin for ProjectToml
impl UnwindSafe for ProjectToml
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