Struct dagger_sdk::QueryGitOpts
source · pub struct QueryGitOpts {
pub experimental_service_host: Option<ContainerId>,
pub keep_git_dir: Option<bool>,
}Fields§
§experimental_service_host: Option<ContainerId>A service which must be started before the repo is fetched.
keep_git_dir: Option<bool>Set to true to keep .git directory.
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 ==.impl StructuralPartialEq for QueryGitOpts
Auto Trait Implementations§
impl RefUnwindSafe for QueryGitOpts
impl Send for QueryGitOpts
impl Sync for QueryGitOpts
impl Unpin for QueryGitOpts
impl UnwindSafe for QueryGitOpts
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