pub struct GetHighlightObjectForTestCommand { /* private fields */ }Available on crate features
experimental and Overlay and DOM and Page and Runtime only.Expand description
For testing.
Implementations§
Source§impl GetHighlightObjectForTestCommand
impl GetHighlightObjectForTestCommand
pub fn builder() -> GetHighlightObjectForTestCommandBuilder
Sourcepub fn include_distance(&self) -> Option<&bool>
pub fn include_distance(&self) -> Option<&bool>
Whether to include distance info.
Sourcepub fn include_style(&self) -> Option<&bool>
pub fn include_style(&self) -> Option<&bool>
Whether to include style info.
Sourcepub fn color_format(&self) -> Option<&ColorFormat>
pub fn color_format(&self) -> Option<&ColorFormat>
The color format to get config with (default: hex).
Sourcepub fn show_accessibility_info(&self) -> Option<&bool>
pub fn show_accessibility_info(&self) -> Option<&bool>
Whether to show accessibility info (default: true).
Trait Implementations§
Source§impl Clone for GetHighlightObjectForTestCommand
impl Clone for GetHighlightObjectForTestCommand
Source§fn clone(&self) -> GetHighlightObjectForTestCommand
fn clone(&self) -> GetHighlightObjectForTestCommand
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<'de> Deserialize<'de> for GetHighlightObjectForTestCommand
impl<'de> Deserialize<'de> for GetHighlightObjectForTestCommand
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
Auto Trait Implementations§
impl Freeze for GetHighlightObjectForTestCommand
impl RefUnwindSafe for GetHighlightObjectForTestCommand
impl Send for GetHighlightObjectForTestCommand
impl Sync for GetHighlightObjectForTestCommand
impl Unpin for GetHighlightObjectForTestCommand
impl UnwindSafe for GetHighlightObjectForTestCommand
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