pub struct HighlightFrameReturn {}Available on crate features
experimental and Overlay and DOM and Page and Runtime only.Expand description
Highlights owner element of the frame with given id.
Implementations§
Trait Implementations§
Source§impl Clone for HighlightFrameReturn
impl Clone for HighlightFrameReturn
Source§fn clone(&self) -> HighlightFrameReturn
fn clone(&self) -> HighlightFrameReturn
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 HighlightFrameReturn
impl Debug for HighlightFrameReturn
Source§impl Default for HighlightFrameReturn
impl Default for HighlightFrameReturn
Source§fn default() -> HighlightFrameReturn
fn default() -> HighlightFrameReturn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HighlightFrameReturn
impl<'de> Deserialize<'de> for HighlightFrameReturn
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 HighlightFrameReturn
impl RefUnwindSafe for HighlightFrameReturn
impl Send for HighlightFrameReturn
impl Sync for HighlightFrameReturn
impl Unpin for HighlightFrameReturn
impl UnwindSafe for HighlightFrameReturn
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