pub struct LayerPainted {
pub method: LayerPaintedMethod,
pub params: LayerPaintedParams,
}Fields§
§method: LayerPaintedMethod§params: LayerPaintedParamsImplementations§
Source§impl LayerPainted
impl LayerPainted
pub const IDENTIFIER: &'static str = "LayerTree.layerPainted"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for LayerPainted
impl Clone for LayerPainted
Source§fn clone(&self) -> LayerPainted
fn clone(&self) -> LayerPainted
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 LayerPainted
impl Debug for LayerPainted
Source§impl<'de> Deserialize<'de> for LayerPainted
impl<'de> Deserialize<'de> for LayerPainted
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<LayerPainted> for BrowserProtocolEvents
impl From<LayerPainted> for BrowserProtocolEvents
Source§fn from(v: LayerPainted) -> Self
fn from(v: LayerPainted) -> Self
Converts to this type from the input type.
Source§impl From<LayerPainted> for Event
impl From<LayerPainted> for Event
Source§fn from(v: LayerPainted) -> Self
fn from(v: LayerPainted) -> Self
Converts to this type from the input type.
Source§impl From<LayerPainted> for LayerTreeEvents
impl From<LayerPainted> for LayerTreeEvents
Source§fn from(v: LayerPainted) -> Self
fn from(v: LayerPainted) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LayerPainted
impl PartialEq for LayerPainted
Source§impl Serialize for LayerPainted
impl Serialize for LayerPainted
Source§impl TryFrom<BrowserProtocolEvents> for LayerPainted
impl TryFrom<BrowserProtocolEvents> for LayerPainted
Source§type Error = BrowserProtocolEvents
type Error = BrowserProtocolEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolEvents,
) -> Result<Self, <LayerPainted as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <LayerPainted as TryFrom<BrowserProtocolEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<Event> for LayerPainted
impl TryFrom<Event> for LayerPainted
Source§impl TryFrom<LayerTreeEvents> for LayerPainted
impl TryFrom<LayerTreeEvents> for LayerPainted
Source§type Error = LayerTreeEvents
type Error = LayerTreeEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: LayerTreeEvents,
) -> Result<Self, <LayerPainted as TryFrom<LayerTreeEvents>>::Error>
fn try_from( e: LayerTreeEvents, ) -> Result<Self, <LayerPainted as TryFrom<LayerTreeEvents>>::Error>
Performs the conversion.
impl StructuralPartialEq for LayerPainted
Auto Trait Implementations§
impl Freeze for LayerPainted
impl RefUnwindSafe for LayerPainted
impl Send for LayerPainted
impl Sync for LayerPainted
impl Unpin for LayerPainted
impl UnsafeUnpin for LayerPainted
impl UnwindSafe for LayerPainted
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