Struct dagger_sdk::ProjectCommandFlag
source · pub struct ProjectCommandFlag {
pub proc: Option<Arc<Child>>,
pub selection: Selection,
pub graphql_client: DynGraphQLClient,
}Fields§
§proc: Option<Arc<Child>>§selection: Selection§graphql_client: DynGraphQLClientImplementations§
source§impl ProjectCommandFlag
impl ProjectCommandFlag
sourcepub async fn description(&self) -> Result<String, DaggerError>
pub async fn description(&self) -> Result<String, DaggerError>
Documentation for what this flag sets.
sourcepub async fn name(&self) -> Result<String, DaggerError>
pub async fn name(&self) -> Result<String, DaggerError>
The name of the flag.
Trait Implementations§
source§impl Clone for ProjectCommandFlag
impl Clone for ProjectCommandFlag
source§fn clone(&self) -> ProjectCommandFlag
fn clone(&self) -> ProjectCommandFlag
Returns a copy 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 !RefUnwindSafe for ProjectCommandFlag
impl Send for ProjectCommandFlag
impl Sync for ProjectCommandFlag
impl Unpin for ProjectCommandFlag
impl !UnwindSafe for ProjectCommandFlag
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