Struct dagger_sdk::GitRef
source · pub struct GitRef {
pub proc: Arc<Child>,
pub selection: Selection,
pub graphql_client: DynGraphQLClient,
}Fields§
§proc: Arc<Child>§selection: Selection§graphql_client: DynGraphQLClientImplementations§
source§impl GitRef
impl GitRef
sourcepub fn tree(&self) -> Directory
pub fn tree(&self) -> Directory
The filesystem tree at this ref.
Arguments
opt- optional argument, see inner type for documentation, use_opts to use
sourcepub fn tree_opts<'a>(&self, opts: GitRefTreeOpts<'a>) -> Directory
pub fn tree_opts<'a>(&self, opts: GitRefTreeOpts<'a>) -> Directory
The filesystem tree at this ref.
Arguments
opt- optional argument, see inner type for documentation, use_opts to use