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