pub struct SetBypassServiceWorkerParams {
pub bypass: bool,
}Expand description
Parameters for Network.setBypassServiceWorker.
Fields§
§bypass: boolBypass service worker and load from network.
Trait Implementations§
Source§impl Clone for SetBypassServiceWorkerParams
impl Clone for SetBypassServiceWorkerParams
Source§fn clone(&self) -> SetBypassServiceWorkerParams
fn clone(&self) -> SetBypassServiceWorkerParams
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 SetBypassServiceWorkerParams
impl Debug for SetBypassServiceWorkerParams
Auto Trait Implementations§
impl Freeze for SetBypassServiceWorkerParams
impl RefUnwindSafe for SetBypassServiceWorkerParams
impl Send for SetBypassServiceWorkerParams
impl Sync for SetBypassServiceWorkerParams
impl Unpin for SetBypassServiceWorkerParams
impl UnwindSafe for SetBypassServiceWorkerParams
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