Struct rustls::key_log_file::KeyLogFileInner
source · struct KeyLogFileInner {
file: Option<File>,
buf: Vec<u8>,
}
Fields§
§file: Option<File>
§buf: Vec<u8>
Implementations§
Auto Trait Implementations§
impl Freeze for KeyLogFileInner
impl RefUnwindSafe for KeyLogFileInner
impl Send for KeyLogFileInner
impl Sync for KeyLogFileInner
impl Unpin for KeyLogFileInner
impl UnwindSafe for KeyLogFileInner
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