struct Tls12Prf(&'static Algorithm);
Tuple Fields§
§0: &'static Algorithm
Trait Implementations§
Source§impl Prf for Tls12Prf
impl Prf for Tls12Prf
Auto Trait Implementations§
impl Freeze for Tls12Prf
impl RefUnwindSafe for Tls12Prf
impl Send for Tls12Prf
impl Sync for Tls12Prf
impl Unpin for Tls12Prf
impl UnwindSafe for Tls12Prf
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