pub struct Counter<Prf, K, R = U32> { /* private fields */ }Trait Implementations§
Source§impl<Prf, K, R> Kbkdf<Prf, K, R> for Counter<Prf, K, R>
impl<Prf, K, R> Kbkdf<Prf, K, R> for Counter<Prf, K, R>
Auto Trait Implementations§
impl<Prf, K, R> Freeze for Counter<Prf, K, R>
impl<Prf, K, R> RefUnwindSafe for Counter<Prf, K, R>
impl<Prf, K, R> Send for Counter<Prf, K, R>
impl<Prf, K, R> Sync for Counter<Prf, K, R>
impl<Prf, K, R> Unpin for Counter<Prf, K, R>
impl<Prf, K, R> UnwindSafe for Counter<Prf, K, R>
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