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