pub struct KeyLogFile(/* private fields */);展开描述
KeyLog implementation that opens 一个 file whose 名称是
given by the SSLKEYLOGFILE environment variable, 并 writes
keys into it.
如果没有设置 SSLKEYLOGFILE,则不会有任何做用。
If such 一个 file cannot be opened, 或 cannot be written then this does nothing but logs errors at warning-level.
实现§
Source§impl KeyLogFile
impl KeyLogFile
Trait 实现§
Source§impl Debug for KeyLogFile
impl Debug for KeyLogFile
自动 Trait 实现§
impl !Freeze for KeyLogFile
impl RefUnwindSafe for KeyLogFile
impl Send for KeyLogFile
impl Sync for KeyLogFile
impl Unpin for KeyLogFile
impl UnsafeUnpin for KeyLogFile
impl UnwindSafe for KeyLogFile
Blanket 实现§
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 从 an owned value. 更多信息