pub struct EngineKeyComponent(/* private fields */);
Expand description
Key component that is passed to the TLS library verbatim (only supported by OpenSSL).
Trait Implementations§
Source§impl Clone for EngineKeyComponent
impl Clone for EngineKeyComponent
Source§fn clone(&self) -> EngineKeyComponent
fn clone(&self) -> EngineKeyComponent
Returns a copy 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 EngineKeyComponent
impl Debug for EngineKeyComponent
Auto Trait Implementations§
impl Freeze for EngineKeyComponent
impl RefUnwindSafe for EngineKeyComponent
impl Send for EngineKeyComponent
impl Sync for EngineKeyComponent
impl Unpin for EngineKeyComponent
impl UnwindSafe for EngineKeyComponent
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