pub enum ContributionProvenance {
Dco,
Cla,
None,
}Expand description
Contributor sign-off requirement, read by /oss-contributing.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ContributionProvenance
impl Clone for ContributionProvenance
Source§fn clone(&self) -> ContributionProvenance
fn clone(&self) -> ContributionProvenance
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 ContributionProvenance
Source§impl Debug for ContributionProvenance
impl Debug for ContributionProvenance
impl Eq for ContributionProvenance
Source§impl Hash for ContributionProvenance
impl Hash for ContributionProvenance
Source§impl PartialEq for ContributionProvenance
impl PartialEq for ContributionProvenance
Source§impl Serialize for ContributionProvenance
impl Serialize for ContributionProvenance
impl StructuralPartialEq for ContributionProvenance
Auto Trait Implementations§
impl Freeze for ContributionProvenance
impl RefUnwindSafe for ContributionProvenance
impl Send for ContributionProvenance
impl Sync for ContributionProvenance
impl Unpin for ContributionProvenance
impl UnsafeUnpin for ContributionProvenance
impl UnwindSafe for ContributionProvenance
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.