pub enum GetBrowserContextsMethod {
GetBrowserContexts,
}Variants§
GetBrowserContexts
Trait Implementations§
Source§impl Clone for GetBrowserContextsMethod
impl Clone for GetBrowserContextsMethod
Source§fn clone(&self) -> GetBrowserContextsMethod
fn clone(&self) -> GetBrowserContextsMethod
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 GetBrowserContextsMethod
impl Debug for GetBrowserContextsMethod
Source§impl<'de> Deserialize<'de> for GetBrowserContextsMethod
impl<'de> Deserialize<'de> for GetBrowserContextsMethod
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 GetBrowserContextsMethod
impl PartialEq for GetBrowserContextsMethod
Source§impl Serialize for GetBrowserContextsMethod
impl Serialize for GetBrowserContextsMethod
impl StructuralPartialEq for GetBrowserContextsMethod
Auto Trait Implementations§
impl Freeze for GetBrowserContextsMethod
impl RefUnwindSafe for GetBrowserContextsMethod
impl Send for GetBrowserContextsMethod
impl Sync for GetBrowserContextsMethod
impl Unpin for GetBrowserContextsMethod
impl UnsafeUnpin for GetBrowserContextsMethod
impl UnwindSafe for GetBrowserContextsMethod
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