Struct dagger_sdk::GitRef
source · pub struct GitRef {
pub proc: Arc<Child>,
pub selection: Selection,
pub conn: ConnectParams,
}Fields§
§proc: Arc<Child>§selection: Selection§conn: ConnectParamsImplementations§
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