Struct dagger_sdk::QueryGitOpts
source · pub struct QueryGitOpts {
pub keep_git_dir: Option<bool>,
}Fields§
§keep_git_dir: Option<bool>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 ==.