pub struct BackForwardCacheBlockingDetailsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> BackForwardCacheBlockingDetailsBuilder<'a>
impl<'a> BackForwardCacheBlockingDetailsBuilder<'a>
Sourcepub fn url(self, url: impl Into<Cow<'a, str>>) -> Self
pub fn url(self, url: impl Into<Cow<'a, str>>) -> Self
Url of the file where blockage happened. Optional because of tests.
Sourcepub fn function(self, function: impl Into<Cow<'a, str>>) -> Self
pub fn function(self, function: impl Into<Cow<'a, str>>) -> Self
Function name where blockage happened. Optional because of anonymous functions and tests.
pub fn build(self) -> BackForwardCacheBlockingDetails<'a>
Auto Trait Implementations§
impl<'a> Freeze for BackForwardCacheBlockingDetailsBuilder<'a>
impl<'a> RefUnwindSafe for BackForwardCacheBlockingDetailsBuilder<'a>
impl<'a> Send for BackForwardCacheBlockingDetailsBuilder<'a>
impl<'a> Sync for BackForwardCacheBlockingDetailsBuilder<'a>
impl<'a> Unpin for BackForwardCacheBlockingDetailsBuilder<'a>
impl<'a> UnsafeUnpin for BackForwardCacheBlockingDetailsBuilder<'a>
impl<'a> UnwindSafe for BackForwardCacheBlockingDetailsBuilder<'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