pub struct BackForwardCacheNotRestoredExplanationBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> BackForwardCacheNotRestoredExplanationBuilder<'a>
impl<'a> BackForwardCacheNotRestoredExplanationBuilder<'a>
Sourcepub fn context(self, context: impl Into<Cow<'a, str>>) -> Self
pub fn context(self, context: impl Into<Cow<'a, str>>) -> Self
Context associated with the reason. The meaning of this context is dependent on the reason:
- EmbedderExtensionSentMessageToCachedFrame: the extension ID.
pub fn details(self, details: Vec<BackForwardCacheBlockingDetails<'a>>) -> Self
pub fn build(self) -> BackForwardCacheNotRestoredExplanation<'a>
Auto Trait Implementations§
impl<'a> Freeze for BackForwardCacheNotRestoredExplanationBuilder<'a>
impl<'a> RefUnwindSafe for BackForwardCacheNotRestoredExplanationBuilder<'a>
impl<'a> Send for BackForwardCacheNotRestoredExplanationBuilder<'a>
impl<'a> Sync for BackForwardCacheNotRestoredExplanationBuilder<'a>
impl<'a> Unpin for BackForwardCacheNotRestoredExplanationBuilder<'a>
impl<'a> UnsafeUnpin for BackForwardCacheNotRestoredExplanationBuilder<'a>
impl<'a> UnwindSafe for BackForwardCacheNotRestoredExplanationBuilder<'a>
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