pub struct SetShowDebugBorders {
pub method: SetShowDebugBordersMethod,
pub params: SetShowDebugBordersParams,
}Expand description
Requests that backend shows debug borders on layers setShowDebugBorders
Fields§
§method: SetShowDebugBordersMethod§params: SetShowDebugBordersParamsImplementations§
Source§impl SetShowDebugBorders
impl SetShowDebugBorders
pub fn builder() -> SetShowDebugBordersBuilder
Source§impl SetShowDebugBorders
impl SetShowDebugBorders
pub const IDENTIFIER: &'static str = "Overlay.setShowDebugBorders"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for SetShowDebugBorders
impl Clone for SetShowDebugBorders
Source§fn clone(&self) -> SetShowDebugBorders
fn clone(&self) -> SetShowDebugBorders
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 CommandResult for SetShowDebugBorders
impl CommandResult for SetShowDebugBorders
type Result = SetShowDebugBordersResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§impl Debug for SetShowDebugBorders
impl Debug for SetShowDebugBorders
Source§impl<'de> Deserialize<'de> for SetShowDebugBorders
impl<'de> Deserialize<'de> for SetShowDebugBorders
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 From<SetShowDebugBorders> for BrowserProtocolCommands
impl From<SetShowDebugBorders> for BrowserProtocolCommands
Source§fn from(v: SetShowDebugBorders) -> Self
fn from(v: SetShowDebugBorders) -> Self
Converts to this type from the input type.
Source§impl From<SetShowDebugBorders> for Command
impl From<SetShowDebugBorders> for Command
Source§fn from(v: SetShowDebugBorders) -> Self
fn from(v: SetShowDebugBorders) -> Self
Converts to this type from the input type.
Source§impl From<SetShowDebugBorders> for OverlayCommands
impl From<SetShowDebugBorders> for OverlayCommands
Source§fn from(v: SetShowDebugBorders) -> Self
fn from(v: SetShowDebugBorders) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SetShowDebugBorders
impl PartialEq for SetShowDebugBorders
Source§impl Serialize for SetShowDebugBorders
impl Serialize for SetShowDebugBorders
Source§impl TryFrom<BrowserProtocolCommands> for SetShowDebugBorders
impl TryFrom<BrowserProtocolCommands> for SetShowDebugBorders
Source§type Error = BrowserProtocolCommands
type Error = BrowserProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolCommands,
) -> Result<Self, <SetShowDebugBorders as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <SetShowDebugBorders as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<Command> for SetShowDebugBorders
impl TryFrom<Command> for SetShowDebugBorders
Source§impl TryFrom<OverlayCommands> for SetShowDebugBorders
impl TryFrom<OverlayCommands> for SetShowDebugBorders
Source§type Error = OverlayCommands
type Error = OverlayCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: OverlayCommands,
) -> Result<Self, <SetShowDebugBorders as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <SetShowDebugBorders as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for SetShowDebugBorders
Auto Trait Implementations§
impl Freeze for SetShowDebugBorders
impl RefUnwindSafe for SetShowDebugBorders
impl Send for SetShowDebugBorders
impl Sync for SetShowDebugBorders
impl Unpin for SetShowDebugBorders
impl UnsafeUnpin for SetShowDebugBorders
impl UnwindSafe for SetShowDebugBorders
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