pub struct SetForceUpdateOnPageLoad {
pub force_update_on_page_load: bool,
}Fields§
§force_update_on_page_load: boolTrait Implementations§
Source§impl Clone for SetForceUpdateOnPageLoad
impl Clone for SetForceUpdateOnPageLoad
Source§fn clone(&self) -> SetForceUpdateOnPageLoad
fn clone(&self) -> SetForceUpdateOnPageLoad
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 SetForceUpdateOnPageLoad
impl Debug for SetForceUpdateOnPageLoad
Source§impl<'de> Deserialize<'de> for SetForceUpdateOnPageLoad
impl<'de> Deserialize<'de> for SetForceUpdateOnPageLoad
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
Source§impl Method for SetForceUpdateOnPageLoad
impl Method for SetForceUpdateOnPageLoad
const NAME: &'static str = "ServiceWorker.setForceUpdateOnPageLoad"
type ReturnObject = SetForceUpdateOnPageLoadReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetForceUpdateOnPageLoad
impl PartialEq for SetForceUpdateOnPageLoad
Source§impl Serialize for SetForceUpdateOnPageLoad
impl Serialize for SetForceUpdateOnPageLoad
impl StructuralPartialEq for SetForceUpdateOnPageLoad
Auto Trait Implementations§
impl Freeze for SetForceUpdateOnPageLoad
impl RefUnwindSafe for SetForceUpdateOnPageLoad
impl Send for SetForceUpdateOnPageLoad
impl Sync for SetForceUpdateOnPageLoad
impl Unpin for SetForceUpdateOnPageLoad
impl UnwindSafe for SetForceUpdateOnPageLoad
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