pub struct ServerApplicationCtx<Crypto> { /* private fields */ }Expand description
yTLS Server Application Ctx
Implementations§
Source§impl<Crypto> ServerApplicationCtx<Crypto>where
Crypto: CryptoConfig,
impl<Crypto> ServerApplicationCtx<Crypto>where
Crypto: CryptoConfig,
pub fn with_required<S: SecretStore>(_crypto: Crypto, s: &S) -> Self
Trait Implementations§
Source§impl<Crypto> CtxApplicationProcessor for ServerApplicationCtx<Crypto>where
Crypto: CryptoConfig,
impl<Crypto> CtxApplicationProcessor for ServerApplicationCtx<Crypto>where
Crypto: CryptoConfig,
Auto Trait Implementations§
impl<Crypto> Freeze for ServerApplicationCtx<Crypto>
impl<Crypto> RefUnwindSafe for ServerApplicationCtx<Crypto>where
Crypto: RefUnwindSafe,
impl<Crypto> Send for ServerApplicationCtx<Crypto>where
Crypto: Send,
impl<Crypto> Sync for ServerApplicationCtx<Crypto>where
Crypto: Sync,
impl<Crypto> Unpin for ServerApplicationCtx<Crypto>where
Crypto: Unpin,
impl<Crypto> UnwindSafe for ServerApplicationCtx<Crypto>where
Crypto: UnwindSafe,
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