Struct service_toolkit::server::TlsCfg
source · pub struct TlsCfg {
pub cert: Vec<u8>,
pub key: Vec<u8>,
pub ca: Option<Vec<u8>>,
}Fields§
§cert: Vec<u8>§key: Vec<u8>§ca: Option<Vec<u8>>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