pub enum RiskCode {
MissingReadme,
MissingLicense,
MissingCi,
NoTestsDetected,
ManifestWithoutLockfile,
LargeProjectWithoutIgnoreRules,
UnknownLicense,
MultipleVcsRootsFound,
NestedVcsRoot,
}Variants§
MissingReadme
MissingLicense
MissingCi
NoTestsDetected
ManifestWithoutLockfile
LargeProjectWithoutIgnoreRules
UnknownLicense
MultipleVcsRootsFound
NestedVcsRoot
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RiskCode
impl<'de> Deserialize<'de> for RiskCode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for RiskCode
impl Eq for RiskCode
impl StructuralPartialEq for RiskCode
Auto Trait Implementations§
impl Freeze for RiskCode
impl RefUnwindSafe for RiskCode
impl Send for RiskCode
impl Sync for RiskCode
impl Unpin for RiskCode
impl UnsafeUnpin for RiskCode
impl UnwindSafe for RiskCode
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