pub enum GapType {
NoPublicImplementationFound,
NoKnownPapersWithCodeEntry,
OnlyNotebookOrPrototypeCode,
NoMaintainedPackage,
NoTests,
NoDocumentation,
NoReproducibilityScripts,
NoBenchmarkReproduction,
StaleRepository,
ArchivedRepository,
UnclearOrRestrictiveLicense,
}Variants§
NoPublicImplementationFound
NoKnownPapersWithCodeEntry
OnlyNotebookOrPrototypeCode
NoMaintainedPackage
NoTests
NoDocumentation
NoReproducibilityScripts
NoBenchmarkReproduction
StaleRepository
ArchivedRepository
UnclearOrRestrictiveLicense
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GapType
impl<'de> Deserialize<'de> for GapType
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 Eq for GapType
impl StructuralPartialEq for GapType
Auto Trait Implementations§
impl Freeze for GapType
impl RefUnwindSafe for GapType
impl Send for GapType
impl Sync for GapType
impl Unpin for GapType
impl UnsafeUnpin for GapType
impl UnwindSafe for GapType
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