pub struct TLSCert {
pub caid: Option<u8>,
pub certificate: Option<Vec<u8>>,
}Fields§
§caid: Option<u8>§certificate: Option<Vec<u8>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for TLSCert
impl RefUnwindSafe for TLSCert
impl Send for TLSCert
impl Sync for TLSCert
impl Unpin for TLSCert
impl UnwindSafe for TLSCert
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