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