pub enum SecurityReportType {
Csp,
ExpectCt,
ExpectStaple,
Hpkp,
Unsupported,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for SecurityReportType
impl Clone for SecurityReportType
source§fn clone(&self) -> SecurityReportType
fn clone(&self) -> SecurityReportType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SecurityReportType
impl Debug for SecurityReportType
source§impl PartialEq for SecurityReportType
impl PartialEq for SecurityReportType
impl Eq for SecurityReportType
impl StructuralPartialEq for SecurityReportType
Auto Trait Implementations§
impl Freeze for SecurityReportType
impl RefUnwindSafe for SecurityReportType
impl Send for SecurityReportType
impl Sync for SecurityReportType
impl Unpin for SecurityReportType
impl UnwindSafe for SecurityReportType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)