pub struct ContributingFactor {
pub name: &'static str,
pub description: String,
pub severity: &'static str,
}Expand description
A contributing factor to codebase death.
Fields§
§name: &'static str§description: String§severity: &'static strTrait Implementations§
Source§impl Clone for ContributingFactor
impl Clone for ContributingFactor
Source§fn clone(&self) -> ContributingFactor
fn clone(&self) -> ContributingFactor
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 moreAuto Trait Implementations§
impl Freeze for ContributingFactor
impl RefUnwindSafe for ContributingFactor
impl Send for ContributingFactor
impl Sync for ContributingFactor
impl Unpin for ContributingFactor
impl UnsafeUnpin for ContributingFactor
impl UnwindSafe for ContributingFactor
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