pub enum SslRootCert {
File(PathBuf),
System,
}Variants§
Trait Implementations§
Source§impl Clone for SslRootCert
impl Clone for SslRootCert
Source§fn clone(&self) -> SslRootCert
fn clone(&self) -> SslRootCert
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SslRootCert
impl Debug for SslRootCert
Source§impl From<PathBuf> for SslRootCert
impl From<PathBuf> for SslRootCert
Source§impl PartialEq for SslRootCert
impl PartialEq for SslRootCert
Source§impl Serialize for SslRootCert
impl Serialize for SslRootCert
impl Eq for SslRootCert
impl StructuralPartialEq for SslRootCert
Auto Trait Implementations§
impl Freeze for SslRootCert
impl RefUnwindSafe for SslRootCert
impl Send for SslRootCert
impl Sync for SslRootCert
impl Unpin for SslRootCert
impl UnsafeUnpin for SslRootCert
impl UnwindSafe for SslRootCert
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