pub struct SetShowPaintRectsParams {
pub result: bool,
}Expand description
Requests that backend shows paint rectangles setShowPaintRects
Fields§
§result: boolTrue for showing paint rectangles
Implementations§
Trait Implementations§
Source§impl Clone for SetShowPaintRectsParams
impl Clone for SetShowPaintRectsParams
Source§fn clone(&self) -> SetShowPaintRectsParams
fn clone(&self) -> SetShowPaintRectsParams
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 SetShowPaintRectsParams
impl Debug for SetShowPaintRectsParams
Source§impl<'de> Deserialize<'de> for SetShowPaintRectsParams
impl<'de> Deserialize<'de> for SetShowPaintRectsParams
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 SetShowPaintRectsParams
impl PartialEq for SetShowPaintRectsParams
Source§impl Serialize for SetShowPaintRectsParams
impl Serialize for SetShowPaintRectsParams
impl StructuralPartialEq for SetShowPaintRectsParams
Auto Trait Implementations§
impl Freeze for SetShowPaintRectsParams
impl RefUnwindSafe for SetShowPaintRectsParams
impl Send for SetShowPaintRectsParams
impl Sync for SetShowPaintRectsParams
impl Unpin for SetShowPaintRectsParams
impl UnsafeUnpin for SetShowPaintRectsParams
impl UnwindSafe for SetShowPaintRectsParams
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