pub struct ProjectCommands {
pub start: Option<String>,
}Fields§
§start: Option<String>Trait Implementations§
Source§impl Clone for ProjectCommands
impl Clone for ProjectCommands
Source§fn clone(&self) -> ProjectCommands
fn clone(&self) -> ProjectCommands
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 ProjectCommands
impl Debug for ProjectCommands
Source§impl<'de> Deserialize<'de> for ProjectCommands
impl<'de> Deserialize<'de> for ProjectCommands
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 ProjectCommands
impl PartialEq for ProjectCommands
Source§impl Serialize for ProjectCommands
impl Serialize for ProjectCommands
impl StructuralPartialEq for ProjectCommands
Auto Trait Implementations§
impl Freeze for ProjectCommands
impl RefUnwindSafe for ProjectCommands
impl Send for ProjectCommands
impl Sync for ProjectCommands
impl Unpin for ProjectCommands
impl UnsafeUnpin for ProjectCommands
impl UnwindSafe for ProjectCommands
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