pub struct OnetimeauthState { /* private fields */ }Expand description
Internal state for crypto_onetimeauth.
Auto Trait Implementations§
impl Freeze for OnetimeauthState
impl RefUnwindSafe for OnetimeauthState
impl Send for OnetimeauthState
impl Sync for OnetimeauthState
impl Unpin for OnetimeauthState
impl UnsafeUnpin for OnetimeauthState
impl UnwindSafe for OnetimeauthState
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