pub struct RawCommands {
pub install: Option<String>,
pub dev: Option<String>,
pub lint: Option<String>,
pub test: Option<String>,
pub build: Option<String>,
}Fields§
§install: Option<String>§dev: Option<String>§lint: Option<String>§test: Option<String>§build: Option<String>Trait Implementations§
Source§impl Debug for RawCommands
impl Debug for RawCommands
Source§impl Default for RawCommands
impl Default for RawCommands
Source§fn default() -> RawCommands
fn default() -> RawCommands
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RawCommands
impl<'de> Deserialize<'de> for RawCommands
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 RawCommands
impl RefUnwindSafe for RawCommands
impl Send for RawCommands
impl Sync for RawCommands
impl Unpin for RawCommands
impl UnsafeUnpin for RawCommands
impl UnwindSafe for RawCommands
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