pub struct UserCrimeDetailsShoplifting {
pub average_notoriety: i32,
}Fields§
§average_notoriety: i32Trait Implementations§
Source§impl Clone for UserCrimeDetailsShoplifting
impl Clone for UserCrimeDetailsShoplifting
Source§fn clone(&self) -> UserCrimeDetailsShoplifting
fn clone(&self) -> UserCrimeDetailsShoplifting
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 UserCrimeDetailsShoplifting
impl Debug for UserCrimeDetailsShoplifting
Source§impl<'de> Deserialize<'de> for UserCrimeDetailsShoplifting
impl<'de> Deserialize<'de> for UserCrimeDetailsShoplifting
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<UserCrimeDetailsShoplifting> for Miscellaneous
impl From<UserCrimeDetailsShoplifting> for Miscellaneous
Source§fn from(value: UserCrimeDetailsShoplifting) -> Self
fn from(value: UserCrimeDetailsShoplifting) -> Self
Converts to this type from the input type.
Source§impl PartialEq for UserCrimeDetailsShoplifting
impl PartialEq for UserCrimeDetailsShoplifting
Source§fn eq(&self, other: &UserCrimeDetailsShoplifting) -> bool
fn eq(&self, other: &UserCrimeDetailsShoplifting) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UserCrimeDetailsShoplifting
Auto Trait Implementations§
impl Freeze for UserCrimeDetailsShoplifting
impl RefUnwindSafe for UserCrimeDetailsShoplifting
impl Send for UserCrimeDetailsShoplifting
impl Sync for UserCrimeDetailsShoplifting
impl Unpin for UserCrimeDetailsShoplifting
impl UnwindSafe for UserCrimeDetailsShoplifting
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