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 copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
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
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