pub struct SecurityFileFetcher { /* private fields */ }
Expand description
Security Fetcher default read file implementation
This implementation of the SecurityFetcher
allows to use a file to fetch the private key from your device.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecurityFileFetcher
impl RefUnwindSafe for SecurityFileFetcher
impl Send for SecurityFileFetcher
impl Sync for SecurityFileFetcher
impl Unpin for SecurityFileFetcher
impl UnwindSafe for SecurityFileFetcher
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