pub struct ServerPskContext<'a> { /* private fields */ }
Expand description
Server-side encryption context for PSK-based (D)TLS sessions.
Trait Implementations§
Source§impl<'a> Clone for ServerPskContext<'a>
impl<'a> Clone for ServerPskContext<'a>
Source§fn clone(&self) -> ServerPskContext<'a>
fn clone(&self) -> ServerPskContext<'a>
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 moreAuto Trait Implementations§
impl<'a> Freeze for ServerPskContext<'a>
impl<'a> !RefUnwindSafe for ServerPskContext<'a>
impl<'a> !Send for ServerPskContext<'a>
impl<'a> !Sync for ServerPskContext<'a>
impl<'a> Unpin for ServerPskContext<'a>
impl<'a> !UnwindSafe for ServerPskContext<'a>
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