pub struct SetShowPaintRectsParams {
pub result: bool,
}Expand description
Requests that backend shows paint rectangles
Fields§
§result: boolTrue for showing paint rectangles
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 Default for SetShowPaintRectsParams
impl Default for SetShowPaintRectsParams
Source§fn default() -> SetShowPaintRectsParams
fn default() -> SetShowPaintRectsParams
Returns the “default value” for a type. Read more
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
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