Enum android_manifest::ForegroundServiceType [−][src]
pub enum ForegroundServiceType {
Camera,
ConnectedDevice,
DataSync,
Location,
MediaPlayback,
MediaProjection,
Microphone,
PhoneCall,
}Variants
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 ForegroundServiceTypeimpl Send for ForegroundServiceTypeimpl Sync for ForegroundServiceTypeimpl Unpin for ForegroundServiceTypeimpl UnwindSafe for ForegroundServiceTypeBlanket Implementations
Mutably borrows from an owned value. Read more