pub struct ServiceOptions {
pub cleanup: bool,
pub output: FileOptions,
}Expand description
Options for ServiceWorker
Fields§
§cleanup: bool§output: FileOptionsImplementations§
Source§impl ServiceOptions
impl ServiceOptions
pub fn with_cleanup(self) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServiceOptions
impl RefUnwindSafe for ServiceOptions
impl Send for ServiceOptions
impl Sync for ServiceOptions
impl Unpin for ServiceOptions
impl UnwindSafe for ServiceOptions
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