Struct git_lock::Marker [−][src]
pub struct Marker { /* fields omitted */ }Expand description
Implementations
Like acquire_to_update_resource() but without the possibility to make changes
and commit them.
If boundary_directory is given, non-existing directories will be created automatically and removed in the case of
a rollback.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Markerimpl UnwindSafe for Marker