pub struct GetSourceOrderHighlightObjectForTest {
pub method: GetSourceOrderHighlightObjectForTestMethod,
pub params: GetSourceOrderHighlightObjectForTestParams,
}Expand description
For Source Order Viewer testing. getSourceOrderHighlightObjectForTest
Fields§
§method: GetSourceOrderHighlightObjectForTestMethod§params: GetSourceOrderHighlightObjectForTestParamsImplementations§
Source§impl GetSourceOrderHighlightObjectForTest
impl GetSourceOrderHighlightObjectForTest
pub const IDENTIFIER: &'static str = "Overlay.getSourceOrderHighlightObjectForTest"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for GetSourceOrderHighlightObjectForTest
impl Clone for GetSourceOrderHighlightObjectForTest
Source§fn clone(&self) -> GetSourceOrderHighlightObjectForTest
fn clone(&self) -> GetSourceOrderHighlightObjectForTest
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 GetSourceOrderHighlightObjectForTest
impl CommandResult for GetSourceOrderHighlightObjectForTest
type Result = GetSourceOrderHighlightObjectForTestResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§impl<'de> Deserialize<'de> for GetSourceOrderHighlightObjectForTest
impl<'de> Deserialize<'de> for GetSourceOrderHighlightObjectForTest
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<GetSourceOrderHighlightObjectForTest> for BrowserProtocolCommands
impl From<GetSourceOrderHighlightObjectForTest> for BrowserProtocolCommands
Source§fn from(v: GetSourceOrderHighlightObjectForTest) -> Self
fn from(v: GetSourceOrderHighlightObjectForTest) -> Self
Converts to this type from the input type.
Source§impl From<GetSourceOrderHighlightObjectForTest> for Command
impl From<GetSourceOrderHighlightObjectForTest> for Command
Source§fn from(v: GetSourceOrderHighlightObjectForTest) -> Self
fn from(v: GetSourceOrderHighlightObjectForTest) -> Self
Converts to this type from the input type.
Source§impl From<GetSourceOrderHighlightObjectForTest> for OverlayCommands
impl From<GetSourceOrderHighlightObjectForTest> for OverlayCommands
Source§fn from(v: GetSourceOrderHighlightObjectForTest) -> Self
fn from(v: GetSourceOrderHighlightObjectForTest) -> Self
Converts to this type from the input type.
Source§impl PartialEq for GetSourceOrderHighlightObjectForTest
impl PartialEq for GetSourceOrderHighlightObjectForTest
Source§fn eq(&self, other: &GetSourceOrderHighlightObjectForTest) -> bool
fn eq(&self, other: &GetSourceOrderHighlightObjectForTest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<BrowserProtocolCommands> for GetSourceOrderHighlightObjectForTest
impl TryFrom<BrowserProtocolCommands> for GetSourceOrderHighlightObjectForTest
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, <GetSourceOrderHighlightObjectForTest as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <GetSourceOrderHighlightObjectForTest as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<OverlayCommands> for GetSourceOrderHighlightObjectForTest
impl TryFrom<OverlayCommands> for GetSourceOrderHighlightObjectForTest
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, <GetSourceOrderHighlightObjectForTest as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <GetSourceOrderHighlightObjectForTest as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for GetSourceOrderHighlightObjectForTest
Auto Trait Implementations§
impl Freeze for GetSourceOrderHighlightObjectForTest
impl RefUnwindSafe for GetSourceOrderHighlightObjectForTest
impl Send for GetSourceOrderHighlightObjectForTest
impl Sync for GetSourceOrderHighlightObjectForTest
impl Unpin for GetSourceOrderHighlightObjectForTest
impl UnsafeUnpin for GetSourceOrderHighlightObjectForTest
impl UnwindSafe for GetSourceOrderHighlightObjectForTest
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