pub struct UserCrimeDetailsCracking {
pub brute_force_cycles: i32,
pub encryption_layers_broken: i32,
pub highest_mips: i32,
pub chars_guessed: i32,
pub chars_guessed_total: i32,
}
Fields§
§brute_force_cycles: i32
§encryption_layers_broken: i32
§highest_mips: i32
§chars_guessed: i32
§chars_guessed_total: i32
Trait Implementations§
Source§impl Clone for UserCrimeDetailsCracking
impl Clone for UserCrimeDetailsCracking
Source§fn clone(&self) -> UserCrimeDetailsCracking
fn clone(&self) -> UserCrimeDetailsCracking
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UserCrimeDetailsCracking
impl Debug for UserCrimeDetailsCracking
Source§impl<'de> Deserialize<'de> for UserCrimeDetailsCracking
impl<'de> Deserialize<'de> for UserCrimeDetailsCracking
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<UserCrimeDetailsCracking> for Miscellaneous
impl From<UserCrimeDetailsCracking> for Miscellaneous
Source§fn from(value: UserCrimeDetailsCracking) -> Self
fn from(value: UserCrimeDetailsCracking) -> Self
Converts to this type from the input type.
Source§impl PartialEq for UserCrimeDetailsCracking
impl PartialEq for UserCrimeDetailsCracking
Source§fn eq(&self, other: &UserCrimeDetailsCracking) -> bool
fn eq(&self, other: &UserCrimeDetailsCracking) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for UserCrimeDetailsCracking
Auto Trait Implementations§
impl Freeze for UserCrimeDetailsCracking
impl RefUnwindSafe for UserCrimeDetailsCracking
impl Send for UserCrimeDetailsCracking
impl Sync for UserCrimeDetailsCracking
impl Unpin for UserCrimeDetailsCracking
impl UnwindSafe for UserCrimeDetailsCracking
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