Struct chrome_remote_interface_model::application_cache::ApplicationCacheBuilder[][src]

pub struct ApplicationCacheBuilder { /* fields omitted */ }

Implementations

impl ApplicationCacheBuilder[src]

pub fn manifest_url(&mut self, v: String) -> &mut Self[src]

Manifest URL.

pub fn size(&mut self, v: f64) -> &mut Self[src]

Application cache size.

pub fn creation_time(&mut self, v: f64) -> &mut Self[src]

Application cache creation time.

pub fn update_time(&mut self, v: f64) -> &mut Self[src]

Application cache update time.

pub fn resources(&mut self, v: Vec<ApplicationCacheResource>) -> &mut Self[src]

Application cache resources.

pub fn build(&mut self) -> Result<ApplicationCache, &'static str>[src]

Trait Implementations

impl Clone for ApplicationCacheBuilder[src]

impl Debug for ApplicationCacheBuilder[src]

impl Default for ApplicationCacheBuilder[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.