pub struct HighlightRectReturnObject {}Trait Implementations§
Source§impl Clone for HighlightRectReturnObject
impl Clone for HighlightRectReturnObject
Source§fn clone(&self) -> HighlightRectReturnObject
fn clone(&self) -> HighlightRectReturnObject
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 HighlightRectReturnObject
impl Debug for HighlightRectReturnObject
Source§impl<'de> Deserialize<'de> for HighlightRectReturnObject
impl<'de> Deserialize<'de> for HighlightRectReturnObject
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
impl StructuralPartialEq for HighlightRectReturnObject
Auto Trait Implementations§
impl Freeze for HighlightRectReturnObject
impl RefUnwindSafe for HighlightRectReturnObject
impl Send for HighlightRectReturnObject
impl Sync for HighlightRectReturnObject
impl Unpin for HighlightRectReturnObject
impl UnwindSafe for HighlightRectReturnObject
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