Enum ccadb_csv_fetch::ReportType
source · pub enum ReportType {
AllCertRecords,
MozillaIncludedRoots,
}
Variants§
Implementations§
Trait Implementations§
source§impl Display for ReportType
impl Display for ReportType
Auto Trait Implementations§
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