Struct webdriver::command::GetNamedCookieParameters
source · pub struct GetNamedCookieParameters {
pub name: Option<String>,
}
Fields§
§name: Option<String>
Trait Implementations§
source§impl Debug for GetNamedCookieParameters
impl Debug for GetNamedCookieParameters
source§impl<'de> Deserialize<'de> for GetNamedCookieParameters
impl<'de> Deserialize<'de> for GetNamedCookieParameters
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 GetNamedCookieParameters
impl PartialEq for GetNamedCookieParameters
source§fn eq(&self, other: &GetNamedCookieParameters) -> bool
fn eq(&self, other: &GetNamedCookieParameters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for GetNamedCookieParameters
impl Serialize for GetNamedCookieParameters
impl StructuralPartialEq for GetNamedCookieParameters
Auto Trait Implementations§
impl Freeze for GetNamedCookieParameters
impl RefUnwindSafe for GetNamedCookieParameters
impl Send for GetNamedCookieParameters
impl Sync for GetNamedCookieParameters
impl Unpin for GetNamedCookieParameters
impl UnwindSafe for GetNamedCookieParameters
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