pub enum HealthBadge {
Ci,
Registry,
License,
Coverage,
Scorecard,
Discord,
}Expand description
A README health badge (SCHEMA.md §1). Every badge needs its producer enabled (floor 4).
Variants§
Ci
Wire value ci.
Registry
Wire value registry.
License
Wire value license.
Coverage
Wire value coverage.
Scorecard
Wire value scorecard.
Discord
Wire value discord.
Implementations§
Trait Implementations§
Source§impl Clone for HealthBadge
impl Clone for HealthBadge
Source§fn clone(&self) -> HealthBadge
fn clone(&self) -> HealthBadge
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 HealthBadge
Source§impl Debug for HealthBadge
impl Debug for HealthBadge
impl Eq for HealthBadge
Source§impl Hash for HealthBadge
impl Hash for HealthBadge
Source§impl PartialEq for HealthBadge
impl PartialEq for HealthBadge
Source§impl Serialize for HealthBadge
impl Serialize for HealthBadge
impl StructuralPartialEq for HealthBadge
Auto Trait Implementations§
impl Freeze for HealthBadge
impl RefUnwindSafe for HealthBadge
impl Send for HealthBadge
impl Sync for HealthBadge
impl Unpin for HealthBadge
impl UnsafeUnpin for HealthBadge
impl UnwindSafe for HealthBadge
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.