pub struct IosVppEBook {
pub vpp_token_id: String,
pub apple_id: String,
pub vpp_organization_name: String,
pub genres: Vec<String>,
pub language: String,
pub seller: String,
pub total_license_count: i32,
pub used_license_count: i32,
}
Fields§
§vpp_token_id: String
§apple_id: String
§vpp_organization_name: String
§genres: Vec<String>
§language: String
§seller: String
§total_license_count: i32
§used_license_count: i32
Trait Implementations§
Source§impl Clone for IosVppEBook
impl Clone for IosVppEBook
Source§fn clone(&self) -> IosVppEBook
fn clone(&self) -> IosVppEBook
Returns a duplicate 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 IosVppEBook
impl Debug for IosVppEBook
Source§impl<'de> Deserialize<'de> for IosVppEBook
impl<'de> Deserialize<'de> for IosVppEBook
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 PartialEq for IosVppEBook
impl PartialEq for IosVppEBook
Source§impl Serialize for IosVppEBook
impl Serialize for IosVppEBook
impl Eq for IosVppEBook
impl StructuralPartialEq for IosVppEBook
Auto Trait Implementations§
impl Freeze for IosVppEBook
impl RefUnwindSafe for IosVppEBook
impl Send for IosVppEBook
impl Sync for IosVppEBook
impl Unpin for IosVppEBook
impl UnwindSafe for IosVppEBook
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