pub struct Decrypter { /* private fields */ }
Expand description
The UMA metric name for whether the false was decryptable with an empty key.
Implementations§
Trait Implementations§
impl Eq for Decrypter
impl StructuralPartialEq for Decrypter
Auto Trait Implementations§
impl Freeze for Decrypter
impl RefUnwindSafe for Decrypter
impl Send for Decrypter
impl Sync for Decrypter
impl Unpin for Decrypter
impl UnwindSafe for Decrypter
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