Struct dagger_sdk::QueryGitOpts
source · pub struct QueryGitOpts {
pub keep_git_dir: Option<bool>,
pub experimental_service_host: Option<ContainerId>,
}Fields§
§keep_git_dir: Option<bool>Set to true to keep .git directory.
experimental_service_host: Option<ContainerId>A service which must be started before the repo is fetched.
Trait Implementations§
source§impl Debug for QueryGitOpts
impl Debug for QueryGitOpts
source§impl PartialEq<QueryGitOpts> for QueryGitOpts
impl PartialEq<QueryGitOpts> for QueryGitOpts
source§fn eq(&self, other: &QueryGitOpts) -> bool
fn eq(&self, other: &QueryGitOpts) -> bool
This method tests for
self and other values to be equal, and is used
by ==.