pub enum SetBypassServiceWorkerMethod {
SetBypassServiceWorker,
}Variants§
SetBypassServiceWorker
Trait Implementations§
Source§impl Clone for SetBypassServiceWorkerMethod
impl Clone for SetBypassServiceWorkerMethod
Source§fn clone(&self) -> SetBypassServiceWorkerMethod
fn clone(&self) -> SetBypassServiceWorkerMethod
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 SetBypassServiceWorkerMethod
impl Debug for SetBypassServiceWorkerMethod
Source§impl<'de> Deserialize<'de> for SetBypassServiceWorkerMethod
impl<'de> Deserialize<'de> for SetBypassServiceWorkerMethod
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 PartialEq for SetBypassServiceWorkerMethod
impl PartialEq for SetBypassServiceWorkerMethod
Source§fn eq(&self, other: &SetBypassServiceWorkerMethod) -> bool
fn eq(&self, other: &SetBypassServiceWorkerMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetBypassServiceWorkerMethod
Auto Trait Implementations§
impl Freeze for SetBypassServiceWorkerMethod
impl RefUnwindSafe for SetBypassServiceWorkerMethod
impl Send for SetBypassServiceWorkerMethod
impl Sync for SetBypassServiceWorkerMethod
impl Unpin for SetBypassServiceWorkerMethod
impl UnsafeUnpin for SetBypassServiceWorkerMethod
impl UnwindSafe for SetBypassServiceWorkerMethod
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