pub struct HighlightRectResult {}Trait Implementations§
Source§impl Clone for HighlightRectResult
impl Clone for HighlightRectResult
Source§fn clone(&self) -> HighlightRectResult
fn clone(&self) -> HighlightRectResult
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 HighlightRectResult
impl Debug for HighlightRectResult
Source§impl Default for HighlightRectResult
impl Default for HighlightRectResult
Source§fn default() -> HighlightRectResult
fn default() -> HighlightRectResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HighlightRectResult
impl<'de> Deserialize<'de> for HighlightRectResult
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 PartialEq for HighlightRectResult
impl PartialEq for HighlightRectResult
Source§impl Serialize for HighlightRectResult
impl Serialize for HighlightRectResult
Source§impl TryFrom<Value> for HighlightRectResult
impl TryFrom<Value> for HighlightRectResult
impl StructuralPartialEq for HighlightRectResult
Auto Trait Implementations§
impl Freeze for HighlightRectResult
impl RefUnwindSafe for HighlightRectResult
impl Send for HighlightRectResult
impl Sync for HighlightRectResult
impl Unpin for HighlightRectResult
impl UnsafeUnpin for HighlightRectResult
impl UnwindSafe for HighlightRectResult
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