Enum webdriver::actions::NullActionItem
source · pub enum NullActionItem {
General(GeneralAction),
}
Variants§
General(GeneralAction)
Trait Implementations§
source§impl Debug for NullActionItem
impl Debug for NullActionItem
source§impl<'de> Deserialize<'de> for NullActionItem
impl<'de> Deserialize<'de> for NullActionItem
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 NullActionItem
impl PartialEq for NullActionItem
source§fn eq(&self, other: &NullActionItem) -> bool
fn eq(&self, other: &NullActionItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for NullActionItem
impl Serialize for NullActionItem
impl StructuralPartialEq for NullActionItem
Auto Trait Implementations§
impl Freeze for NullActionItem
impl RefUnwindSafe for NullActionItem
impl Send for NullActionItem
impl Sync for NullActionItem
impl Unpin for NullActionItem
impl UnwindSafe for NullActionItem
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