Enum auto_owners::UpdateStrategy
source · pub(crate) enum UpdateStrategy {
AllFiles,
OnlyMissing,
}
Variants§
AllFiles
update all the OWNERS files
OnlyMissing
only add OWNERS files where missing, leaving the existing OWNERS files unchanged
Trait Implementations§
source§impl PartialEq<UpdateStrategy> for UpdateStrategy
impl PartialEq<UpdateStrategy> for UpdateStrategy
source§fn eq(&self, other: &UpdateStrategy) -> bool
fn eq(&self, other: &UpdateStrategy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.