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 duplicate 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 for SecretsType
impl PartialEq for SecretsType
impl Copy for SecretsType
impl Eq for SecretsType
impl StructuralPartialEq for SecretsType
Auto Trait Implementations§
impl Freeze for SecretsType
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