pub struct SetShowPaintRects {
pub result: bool,
}Fields§
§result: boolTrait Implementations§
Source§impl Clone for SetShowPaintRects
impl Clone for SetShowPaintRects
Source§fn clone(&self) -> SetShowPaintRects
fn clone(&self) -> SetShowPaintRects
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 SetShowPaintRects
impl Debug for SetShowPaintRects
Source§impl<'de> Deserialize<'de> for SetShowPaintRects
impl<'de> Deserialize<'de> for SetShowPaintRects
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 Method for SetShowPaintRects
impl Method for SetShowPaintRects
const NAME: &'static str = "Overlay.setShowPaintRects"
type ReturnObject = SetShowPaintRectsReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetShowPaintRects
impl PartialEq for SetShowPaintRects
Source§impl Serialize for SetShowPaintRects
impl Serialize for SetShowPaintRects
impl StructuralPartialEq for SetShowPaintRects
Auto Trait Implementations§
impl Freeze for SetShowPaintRects
impl RefUnwindSafe for SetShowPaintRects
impl Send for SetShowPaintRects
impl Sync for SetShowPaintRects
impl Unpin for SetShowPaintRects
impl UnwindSafe for SetShowPaintRects
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