pub struct ProjectObject {
    pub name: Option<String>,
    pub path: Option<PathBuf>,
    pub target_path: Option<PathBuf>,
    pub base_path: Option<PathBuf>,
    pub reverse_fn_order: Option<bool>,
    pub complete: Option<bool>,
    pub scratch: Option<ScratchConfig>,
    pub metadata: Option<ProjectObjectMetadata>,
}Fields§
§name: Option<String>§path: Option<PathBuf>§target_path: Option<PathBuf>§base_path: Option<PathBuf>§reverse_fn_order: Option<bool>👎Deprecated: Use metadata.reverse_fn_order
§complete: Option<bool>👎Deprecated: Use metadata.complete
§scratch: Option<ScratchConfig>§metadata: Option<ProjectObjectMetadata>Implementations§
source§impl ProjectObject
 
impl ProjectObject
Trait Implementations§
source§impl Clone for ProjectObject
 
impl Clone for ProjectObject
source§fn clone(&self) -> ProjectObject
 
fn clone(&self) -> ProjectObject
Returns a copy of the value. Read more
1.6.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Default for ProjectObject
 
impl Default for ProjectObject
source§fn default() -> ProjectObject
 
fn default() -> ProjectObject
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ProjectObject
 
impl<'de> Deserialize<'de> for ProjectObject
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 ProjectObject
impl RefUnwindSafe for ProjectObject
impl Send for ProjectObject
impl Sync for ProjectObject
impl Unpin for ProjectObject
impl UnwindSafe for ProjectObject
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)