pub enum RebaseStrategy {
Auto,
Disabled,
}Expand description
Rebase strategies for Dependabot updates.
Variants§
Trait Implementations§
source§impl Debug for RebaseStrategy
impl Debug for RebaseStrategy
source§impl Default for RebaseStrategy
impl Default for RebaseStrategy
source§fn default() -> RebaseStrategy
fn default() -> RebaseStrategy
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RebaseStrategy
impl<'de> Deserialize<'de> for RebaseStrategy
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for RebaseStrategy
impl PartialEq for RebaseStrategy
source§fn eq(&self, other: &RebaseStrategy) -> bool
fn eq(&self, other: &RebaseStrategy) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RebaseStrategy
Auto Trait Implementations§
impl RefUnwindSafe for RebaseStrategy
impl Send for RebaseStrategy
impl Sync for RebaseStrategy
impl Unpin for RebaseStrategy
impl UnwindSafe for RebaseStrategy
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more