pub struct HighlightRect(pub Option<Value>);Tuple Fields§
§0: Option<Value>Trait Implementations§
Source§impl Clone for HighlightRect
impl Clone for HighlightRect
Source§fn clone(&self) -> HighlightRect
fn clone(&self) -> HighlightRect
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 Debug for HighlightRect
impl Debug for HighlightRect
Source§impl<'de> Deserialize<'de> for HighlightRect
impl<'de> Deserialize<'de> for HighlightRect
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 Method for HighlightRect
impl Method for HighlightRect
const NAME: &'static str = "DOM.highlightRect"
type ReturnObject = HighlightRectReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for HighlightRect
impl PartialEq for HighlightRect
Source§impl Serialize for HighlightRect
impl Serialize for HighlightRect
impl StructuralPartialEq for HighlightRect
Auto Trait Implementations§
impl Freeze for HighlightRect
impl RefUnwindSafe for HighlightRect
impl Send for HighlightRect
impl Sync for HighlightRect
impl Unpin for HighlightRect
impl UnwindSafe for HighlightRect
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