pub struct TakeComputedStyleUpdates(pub Option<Value>);Tuple Fields§
§0: Option<Value>Trait Implementations§
Source§impl Clone for TakeComputedStyleUpdates
impl Clone for TakeComputedStyleUpdates
Source§fn clone(&self) -> TakeComputedStyleUpdates
fn clone(&self) -> TakeComputedStyleUpdates
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 TakeComputedStyleUpdates
impl Debug for TakeComputedStyleUpdates
Source§impl<'de> Deserialize<'de> for TakeComputedStyleUpdates
impl<'de> Deserialize<'de> for TakeComputedStyleUpdates
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 TakeComputedStyleUpdates
impl Method for TakeComputedStyleUpdates
const NAME: &'static str = "CSS.takeComputedStyleUpdates"
type ReturnObject = TakeComputedStyleUpdatesReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for TakeComputedStyleUpdates
impl PartialEq for TakeComputedStyleUpdates
Source§impl Serialize for TakeComputedStyleUpdates
impl Serialize for TakeComputedStyleUpdates
impl StructuralPartialEq for TakeComputedStyleUpdates
Auto Trait Implementations§
impl Freeze for TakeComputedStyleUpdates
impl RefUnwindSafe for TakeComputedStyleUpdates
impl Send for TakeComputedStyleUpdates
impl Sync for TakeComputedStyleUpdates
impl Unpin for TakeComputedStyleUpdates
impl UnwindSafe for TakeComputedStyleUpdates
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