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