pub struct ApplicationCache { /* private fields */ }Available on crate features
experimental and ApplicationCache and Page only.Expand description
Detailed application cache information.
Implementations§
Source§impl ApplicationCache
impl ApplicationCache
pub fn builder() -> ApplicationCacheBuilder
Sourcepub fn manifest_url(&self) -> &str
pub fn manifest_url(&self) -> &str
Manifest URL.
Sourcepub fn creation_time(&self) -> f64
pub fn creation_time(&self) -> f64
Application cache creation time.
Sourcepub fn update_time(&self) -> f64
pub fn update_time(&self) -> f64
Application cache update time.
Sourcepub fn resources(&self) -> &[ApplicationCacheResource]
pub fn resources(&self) -> &[ApplicationCacheResource]
Application cache resources.
Trait Implementations§
Source§impl Clone for ApplicationCache
impl Clone for ApplicationCache
Source§fn clone(&self) -> ApplicationCache
fn clone(&self) -> ApplicationCache
Returns a duplicate 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 ApplicationCache
impl Debug for ApplicationCache
Source§impl<'de> Deserialize<'de> for ApplicationCache
impl<'de> Deserialize<'de> for ApplicationCache
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ApplicationCache
impl RefUnwindSafe for ApplicationCache
impl Send for ApplicationCache
impl Sync for ApplicationCache
impl Unpin for ApplicationCache
impl UnwindSafe for ApplicationCache
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more