pub struct SystemStore;Trait Implementations§
Source§impl TrustStore for SystemStore
impl TrustStore for SystemStore
Source§fn is_available(&self) -> bool
fn is_available(&self) -> bool
Returns
true if the required tools are present on this machine.Source§fn is_installed(&self, cert_path: &Path) -> bool
fn is_installed(&self, cert_path: &Path) -> bool
Returns
true if the CA at cert_path is already trusted.Auto Trait Implementations§
impl Freeze for SystemStore
impl RefUnwindSafe for SystemStore
impl Send for SystemStore
impl Sync for SystemStore
impl Unpin for SystemStore
impl UnsafeUnpin for SystemStore
impl UnwindSafe for SystemStore
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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