pub enum ReportType {
AllCertRecords,
MozillaIncludedRoots,
}
Expand description
Types of CCADB CSV reports that can be fetched.
Variants§
AllCertRecords
Metadata report for all certificates (roots and intermediates) in the CCADB.
MozillaIncludedRoots
Metadata report for Mozilla included root certificates in the CCADB (with PEM).
Implementations§
Trait Implementations§
Source§impl Display for ReportType
impl Display for ReportType
Auto Trait Implementations§
impl Freeze for ReportType
impl RefUnwindSafe for ReportType
impl Send for ReportType
impl Sync for ReportType
impl Unpin for ReportType
impl UnwindSafe for ReportType
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