pub struct TlsParam {
pub tls: bool,
pub cert: String,
pub key: String,
}Expand description
Fields§
§tls: bool§cert: String§key: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for TlsParam
impl RefUnwindSafe for TlsParam
impl Send for TlsParam
impl Sync for TlsParam
impl Unpin for TlsParam
impl UnwindSafe for TlsParam
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