Struct android_manifest::Package [−][src]
pub struct Package {
pub name: String,
}Expand description
Specifies a single app that your app intends to access. This other app might integrate with your app, or your app might use services that the other app provides.
Fields
name: StringRequired. Specifies the package name of the other app.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
fn serialize_attributes(
&self,
source_attributes: Vec<OwnedAttribute>,
source_namespace: Namespace
) -> Result<(Vec<OwnedAttribute>, Namespace), String>[src]Auto Trait Implementations
impl RefUnwindSafe for Packageimpl UnwindSafe for PackageBlanket Implementations
Mutably borrows from an owned value. Read more