Struct android_manifest::Intent [−][src]
Expand description
Specifies an intent filter signature. Your app can discover other apps that have
matching <intent-filter> elements.
Node
There are some restrictions on the options that you can include in this declaring package visibility needs.
Fields
action: Actiondata: Vec<Data>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 Intentimpl UnwindSafe for IntentBlanket Implementations
Mutably borrows from an owned value. Read more