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