pub enum DependencyBot {
Dependabot,
Renovate,
None,
}Expand description
Which dependency-update bot /oss-ci emits.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DependencyBot
impl Clone for DependencyBot
Source§fn clone(&self) -> DependencyBot
fn clone(&self) -> DependencyBot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DependencyBot
Source§impl Debug for DependencyBot
impl Debug for DependencyBot
impl Eq for DependencyBot
Source§impl Hash for DependencyBot
impl Hash for DependencyBot
Source§impl PartialEq for DependencyBot
impl PartialEq for DependencyBot
Source§impl Serialize for DependencyBot
impl Serialize for DependencyBot
impl StructuralPartialEq for DependencyBot
Auto Trait Implementations§
impl Freeze for DependencyBot
impl RefUnwindSafe for DependencyBot
impl Send for DependencyBot
impl Sync for DependencyBot
impl Unpin for DependencyBot
impl UnsafeUnpin for DependencyBot
impl UnwindSafe for DependencyBot
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.