pub struct ProjectDescriptor {
pub package: PackageDescriptor,
pub app: AppDescriptor,
pub settings: Option<HashMap<String, Value>>,
pub actions: Option<HashMap<String, ActionDescriptor>>,
}Fields§
§package: PackageDescriptor§app: AppDescriptor§settings: Option<HashMap<String, Value>>§actions: Option<HashMap<String, ActionDescriptor>>Trait Implementations§
Source§impl Clone for ProjectDescriptor
impl Clone for ProjectDescriptor
Source§fn clone(&self) -> ProjectDescriptor
fn clone(&self) -> ProjectDescriptor
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 moreAuto Trait Implementations§
impl Freeze for ProjectDescriptor
impl RefUnwindSafe for ProjectDescriptor
impl Send for ProjectDescriptor
impl Sync for ProjectDescriptor
impl Unpin for ProjectDescriptor
impl UnwindSafe for ProjectDescriptor
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