pub struct CryptoOp { /* private fields */ }Expand description
RAII-Span um eine Crypto-Operation: bei Drop werden Counter + Histogramm aktualisiert.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CryptoOp
impl RefUnwindSafe for CryptoOp
impl Send for CryptoOp
impl Sync for CryptoOp
impl Unpin for CryptoOp
impl UnsafeUnpin for CryptoOp
impl UnwindSafe for CryptoOp
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