pub struct OtpStore { /* private fields */ }Expand description
Placeholder OTP storage and validation engine.
Preserves backward compatibility with the main binary’s initialization until the full OTP subsystem is wired in.
Implementations§
Auto Trait Implementations§
impl Freeze for OtpStore
impl RefUnwindSafe for OtpStore
impl Send for OtpStore
impl Sync for OtpStore
impl Unpin for OtpStore
impl UnsafeUnpin for OtpStore
impl UnwindSafe for OtpStore
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