Struct rustls_ffi::log::rustls_log_params
source · [−]#[repr(C)]pub struct rustls_log_params<'a> {
pub level: rustls_log_level,
pub message: rustls_str<'a>,
}Fields
level: rustls_log_levelmessage: rustls_str<'a>Auto Trait Implementations
impl<'a> RefUnwindSafe for rustls_log_params<'a>
impl<'a> !Send for rustls_log_params<'a>
impl<'a> !Sync for rustls_log_params<'a>
impl<'a> Unpin for rustls_log_params<'a>
impl<'a> UnwindSafe for rustls_log_params<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more