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