Enum ppapi::url::RequestProperties_Experimental [-]  [+] [src]

pub enum RequestProperties_ {
    AllowCrossOriginRequests,
    AllowCredentials,
    RecordUploadProgress,
    RecordDownloadProgress,
    FollowRedirects,
    StreamToFile,
}

Variants

AllowCrossOriginRequests
AllowCredentials
RecordUploadProgress
RecordDownloadProgress
FollowRedirects
StreamToFile

Trait Implementations

impl CLike for RequestProperties_

fn to_uint(&self) -> usize

fn from_uint(v: usize) -> RequestProperties_

Derived Implementations

impl Copy for RequestProperties_

impl<__S: Writer + Hasher> Hash<__S> for RequestProperties_

fn hash(&self, __arg_0: &mut __S)

impl Clone for RequestProperties_

fn clone(&self) -> RequestProperties_

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

impl PartialEq for RequestProperties_

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

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

impl Eq for RequestProperties_

fn assert_receiver_is_total_eq(&self)