Struct dagger_sdk::Project
source · pub struct Project {
pub proc: Option<Arc<Child>>,
pub selection: Selection,
pub graphql_client: DynGraphQLClient,
}Fields§
§proc: Option<Arc<Child>>§selection: Selection§graphql_client: DynGraphQLClientImplementations§
source§impl Project
impl Project
sourcepub fn extensions(&self) -> Vec<Project>
pub fn extensions(&self) -> Vec<Project>
extensions in this project
sourcepub fn generated_code(&self) -> Directory
pub fn generated_code(&self) -> Directory
Code files generated by the SDKs in the project
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Project
impl Send for Project
impl Sync for Project
impl Unpin for Project
impl !UnwindSafe for Project
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