pub fn plan_copy_move_request(
method: DavCopyMoveMethod,
depth: Depth,
source_kind: DavResourceKind,
destination_kind: Option<DavResourceKind>,
source_path: &str,
destination_path: &str,
overwrite: bool,
) -> Result<DavCopyMovePlan, DavMutationPlanError>Expand description
Plans COPY/MOVE resource-shape behavior after product metadata resolution.