pub struct GetHighlightObjectForTest {
pub method: GetHighlightObjectForTestMethod,
pub params: GetHighlightObjectForTestParams,
}Expand description
For testing. getHighlightObjectForTest
Fields§
§method: GetHighlightObjectForTestMethod§params: GetHighlightObjectForTestParamsImplementations§
Source§impl GetHighlightObjectForTest
impl GetHighlightObjectForTest
pub const IDENTIFIER: &'static str = "Overlay.getHighlightObjectForTest"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for GetHighlightObjectForTest
impl Clone for GetHighlightObjectForTest
Source§fn clone(&self) -> GetHighlightObjectForTest
fn clone(&self) -> GetHighlightObjectForTest
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 CommandResult for GetHighlightObjectForTest
impl CommandResult for GetHighlightObjectForTest
type Result = GetHighlightObjectForTestResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§impl Debug for GetHighlightObjectForTest
impl Debug for GetHighlightObjectForTest
Source§impl<'de> Deserialize<'de> for GetHighlightObjectForTest
impl<'de> Deserialize<'de> for GetHighlightObjectForTest
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 From<GetHighlightObjectForTest> for BrowserProtocolCommands
impl From<GetHighlightObjectForTest> for BrowserProtocolCommands
Source§fn from(v: GetHighlightObjectForTest) -> Self
fn from(v: GetHighlightObjectForTest) -> Self
Converts to this type from the input type.
Source§impl From<GetHighlightObjectForTest> for Command
impl From<GetHighlightObjectForTest> for Command
Source§fn from(v: GetHighlightObjectForTest) -> Self
fn from(v: GetHighlightObjectForTest) -> Self
Converts to this type from the input type.
Source§impl From<GetHighlightObjectForTest> for OverlayCommands
impl From<GetHighlightObjectForTest> for OverlayCommands
Source§fn from(v: GetHighlightObjectForTest) -> Self
fn from(v: GetHighlightObjectForTest) -> Self
Converts to this type from the input type.
Source§impl TryFrom<BrowserProtocolCommands> for GetHighlightObjectForTest
impl TryFrom<BrowserProtocolCommands> for GetHighlightObjectForTest
Source§type Error = BrowserProtocolCommands
type Error = BrowserProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolCommands,
) -> Result<Self, <GetHighlightObjectForTest as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <GetHighlightObjectForTest as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<Command> for GetHighlightObjectForTest
impl TryFrom<Command> for GetHighlightObjectForTest
Source§impl TryFrom<OverlayCommands> for GetHighlightObjectForTest
impl TryFrom<OverlayCommands> for GetHighlightObjectForTest
Source§type Error = OverlayCommands
type Error = OverlayCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: OverlayCommands,
) -> Result<Self, <GetHighlightObjectForTest as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <GetHighlightObjectForTest as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for GetHighlightObjectForTest
Auto Trait Implementations§
impl Freeze for GetHighlightObjectForTest
impl RefUnwindSafe for GetHighlightObjectForTest
impl Send for GetHighlightObjectForTest
impl Sync for GetHighlightObjectForTest
impl Unpin for GetHighlightObjectForTest
impl UnsafeUnpin for GetHighlightObjectForTest
impl UnwindSafe for GetHighlightObjectForTest
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