Enum ppapi::fs::KindExperimental [-]  [+] [src]

pub enum Kind {
    External,
    LocalPersistent,
    LocalTemp,
    Isolated,
}

Variants

External
LocalPersistent
LocalTemp
Isolated

Trait Implementations

Derived Implementations

impl PartialOrd for Kind

fn partial_cmp(&self, __arg_0: &Kind) -> Option<Ordering>

fn lt(&self, __arg_0: &Kind) -> bool

fn le(&self, __arg_0: &Kind) -> bool

fn gt(&self, __arg_0: &Kind) -> bool

fn ge(&self, __arg_0: &Kind) -> bool

impl Ord for Kind

fn cmp(&self, __arg_0: &Kind) -> Ordering

impl PartialEq for Kind

fn eq(&self, __arg_0: &Kind) -> bool

fn ne(&self, __arg_0: &Kind) -> bool

impl Eq for Kind

fn assert_receiver_is_total_eq(&self)

impl Copy for Kind

impl Clone for Kind

fn clone(&self) -> Kind

fn clone_from(&mut self, source: &Self)