Struct pcap_parser::pcapng::SecretsType
source · pub struct SecretsType(pub u32);
Tuple Fields§
§0: u32
Implementations§
source§impl SecretsType
impl SecretsType
pub const TlsKeyLog: SecretsType = _
pub const WireguardKeyLog: SecretsType = _
Trait Implementations§
source§impl Clone for SecretsType
impl Clone for SecretsType
source§fn clone(&self) -> SecretsType
fn clone(&self) -> SecretsType
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 SecretsType
impl Debug for SecretsType
source§impl Display for SecretsType
impl Display for SecretsType
source§impl PartialEq<SecretsType> for SecretsType
impl PartialEq<SecretsType> for SecretsType
source§fn eq(&self, other: &SecretsType) -> bool
fn eq(&self, other: &SecretsType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SecretsType
impl Eq for SecretsType
impl StructuralEq for SecretsType
impl StructuralPartialEq for SecretsType
Auto Trait Implementations§
impl RefUnwindSafe for SecretsType
impl Send for SecretsType
impl Sync for SecretsType
impl Unpin for SecretsType
impl UnwindSafe for SecretsType
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