pub struct CertificateLoadResult {
pub root_store: RootCertStore,
pub sources: Vec<String>,
}Expand description
Certificate loading results
Fields§
§root_store: RootCertStore§sources: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CertificateLoadResult
impl RefUnwindSafe for CertificateLoadResult
impl Send for CertificateLoadResult
impl Sync for CertificateLoadResult
impl Unpin for CertificateLoadResult
impl UnwindSafe for CertificateLoadResult
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