Struct service_toolkit::server::TlsCfg
source · pub struct TlsCfg { /* private fields */ }Auto Trait Implementations§
impl Freeze for TlsCfg
impl RefUnwindSafe for TlsCfg
impl Send for TlsCfg
impl Sync for TlsCfg
impl Unpin for TlsCfg
impl UnwindSafe for TlsCfg
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