pub struct DispatchPeriodicSyncEvent {
pub origin: String,
pub registration_id: RegistrationId,
pub tag: String,
}Fields§
§origin: String§registration_id: RegistrationId§tag: StringTrait Implementations§
Source§impl Clone for DispatchPeriodicSyncEvent
impl Clone for DispatchPeriodicSyncEvent
Source§fn clone(&self) -> DispatchPeriodicSyncEvent
fn clone(&self) -> DispatchPeriodicSyncEvent
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 DispatchPeriodicSyncEvent
impl Debug for DispatchPeriodicSyncEvent
Source§impl<'de> Deserialize<'de> for DispatchPeriodicSyncEvent
impl<'de> Deserialize<'de> for DispatchPeriodicSyncEvent
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 DispatchPeriodicSyncEvent
impl Method for DispatchPeriodicSyncEvent
const NAME: &'static str = "ServiceWorker.dispatchPeriodicSyncEvent"
type ReturnObject = DispatchPeriodicSyncEventReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
impl StructuralPartialEq for DispatchPeriodicSyncEvent
Auto Trait Implementations§
impl Freeze for DispatchPeriodicSyncEvent
impl RefUnwindSafe for DispatchPeriodicSyncEvent
impl Send for DispatchPeriodicSyncEvent
impl Sync for DispatchPeriodicSyncEvent
impl Unpin for DispatchPeriodicSyncEvent
impl UnwindSafe for DispatchPeriodicSyncEvent
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