pub struct ServiceWorkerCtx {
pub node_id: NodeId,
}Fields§
§node_id: NodeIdAuto Trait Implementations§
impl Freeze for ServiceWorkerCtx
impl RefUnwindSafe for ServiceWorkerCtx
impl Send for ServiceWorkerCtx
impl Sync for ServiceWorkerCtx
impl Unpin for ServiceWorkerCtx
impl UnsafeUnpin for ServiceWorkerCtx
impl UnwindSafe for ServiceWorkerCtx
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