[−][src]Struct gpapi::protos::googleplay::ExternalAssetProto_ExtendedInfo
Fields
description: SingularField<String>
downloadCount: Option<i64>
applicationPermissionId: RepeatedField<String>
requiredInstallationSize: Option<i64>
packageName: SingularField<String>
category: SingularField<String>
forwardLocked: Option<bool>
contactEmail: SingularField<String>
everInstalledByUser: Option<bool>
downloadCountString: SingularField<String>
contactPhone: SingularField<String>
contactWebsite: SingularField<String>
nextPurchaseRefundable: Option<bool>
numScreenshots: Option<i32>
promotionalDescription: SingularField<String>
serverAssetState: Option<i32>
contentRatingLevel: Option<i32>
contentRatingString: SingularField<String>
recentChanges: SingularField<String>
videoLink: SingularField<String>
downloadInfo: SingularPtrField<DownloadInfoProto>
unknown_fields: UnknownFields
cached_size: CachedSize
Methods
impl ExternalAssetProto_ExtendedInfo
[src][−]
pub fn new() -> ExternalAssetProto_ExtendedInfo
[src]
pub fn get_description(&self) -> &str
[src]
pub fn get_downloadCount(&self) -> i64
[src]
pub fn get_requiredInstallationSize(&self) -> i64
[src]
pub fn get_packageName(&self) -> &str
[src]
pub fn get_category(&self) -> &str
[src]
pub fn get_forwardLocked(&self) -> bool
[src]
pub fn get_contactEmail(&self) -> &str
[src]
pub fn get_everInstalledByUser(&self) -> bool
[src]
pub fn get_downloadCountString(&self) -> &str
[src]
pub fn get_contactPhone(&self) -> &str
[src]
pub fn get_contactWebsite(&self) -> &str
[src]
pub fn get_nextPurchaseRefundable(&self) -> bool
[src]
pub fn get_numScreenshots(&self) -> i32
[src]
pub fn get_promotionalDescription(&self) -> &str
[src]
pub fn get_serverAssetState(&self) -> i32
[src]
pub fn get_contentRatingLevel(&self) -> i32
[src]
pub fn get_contentRatingString(&self) -> &str
[src]
pub fn get_recentChanges(&self) -> &str
[src]
pub fn get_videoLink(&self) -> &str
[src]
Trait Implementations
impl Default for ExternalAssetProto_ExtendedInfo
[src][+]
impl PartialEq<ExternalAssetProto_ExtendedInfo> for ExternalAssetProto_ExtendedInfo
[src][+]
impl Clone for ExternalAssetProto_ExtendedInfo
[src][+]
impl Debug for ExternalAssetProto_ExtendedInfo
[src][+]
impl Message for ExternalAssetProto_ExtendedInfo
[src][+]
impl Clear for ExternalAssetProto_ExtendedInfo
[src][+]
impl ProtobufValue for ExternalAssetProto_ExtendedInfo
[src]
impl Serialize for ExternalAssetProto_ExtendedInfo
[src][+]
impl<'de> Deserialize<'de> for ExternalAssetProto_ExtendedInfo
[src][+]
Auto Trait Implementations
impl Send for ExternalAssetProto_ExtendedInfo
impl Sync for ExternalAssetProto_ExtendedInfo
Blanket Implementations
impl<T, U> Into for T where
U: From<T>,
[src][−]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][−]
T: Clone,
impl<T> From for T
[src][−]
impl<T, U> TryFrom for T where
T: From<U>,
[src][−]
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src][−]
impl<T> Borrow for T where
T: ?Sized,
[src][−]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src][−]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src][−]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src][−]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src][−]
impl<T> Any for T where
T: 'static + ?Sized,
[src][−]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src][−]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,