pub enum UpdateChangeKind {
GitHubAction,
CargoDependency,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for UpdateChangeKind
impl Clone for UpdateChangeKind
Source§fn clone(&self) -> UpdateChangeKind
fn clone(&self) -> UpdateChangeKind
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 UpdateChangeKind
Source§impl Debug for UpdateChangeKind
impl Debug for UpdateChangeKind
impl Eq for UpdateChangeKind
Source§impl PartialEq for UpdateChangeKind
impl PartialEq for UpdateChangeKind
impl StructuralPartialEq for UpdateChangeKind
Auto Trait Implementations§
impl Freeze for UpdateChangeKind
impl RefUnwindSafe for UpdateChangeKind
impl Send for UpdateChangeKind
impl Sync for UpdateChangeKind
impl Unpin for UpdateChangeKind
impl UnsafeUnpin for UpdateChangeKind
impl UnwindSafe for UpdateChangeKind
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.