pub struct JavaStore;Trait Implementations§
Source§impl TrustStore for JavaStore
impl TrustStore for JavaStore
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 JavaStore
impl RefUnwindSafe for JavaStore
impl Send for JavaStore
impl Sync for JavaStore
impl Unpin for JavaStore
impl UnsafeUnpin for JavaStore
impl UnwindSafe for JavaStore
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