pub enum AndroidStorageInput {
Auto,
App,
Internal,
Sdcard,
}Variants§
Trait Implementations§
source§impl Clone for AndroidStorageInput
impl Clone for AndroidStorageInput
source§fn clone(&self) -> AndroidStorageInput
fn clone(&self) -> AndroidStorageInput
Returns a copy 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 AndroidStorageInput
impl Debug for AndroidStorageInput
source§impl Default for AndroidStorageInput
impl Default for AndroidStorageInput
source§fn default() -> AndroidStorageInput
fn default() -> AndroidStorageInput
Returns the “default value” for a type. Read more
source§impl FromStr for AndroidStorageInput
impl FromStr for AndroidStorageInput
source§impl PartialEq<AndroidStorageInput> for AndroidStorageInput
impl PartialEq<AndroidStorageInput> for AndroidStorageInput
source§fn eq(&self, other: &AndroidStorageInput) -> bool
fn eq(&self, other: &AndroidStorageInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.