pub struct TakeComputedStyleUpdatesCommand {}
Available on crate features
experimental
and CSS
and DOM
and Page
only.Expand description
Polls the next batch of computed style updates.
Implementations§
Trait Implementations§
Source§impl Clone for TakeComputedStyleUpdatesCommand
impl Clone for TakeComputedStyleUpdatesCommand
Source§fn clone(&self) -> TakeComputedStyleUpdatesCommand
fn clone(&self) -> TakeComputedStyleUpdatesCommand
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 Default for TakeComputedStyleUpdatesCommand
impl Default for TakeComputedStyleUpdatesCommand
Source§fn default() -> TakeComputedStyleUpdatesCommand
fn default() -> TakeComputedStyleUpdatesCommand
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TakeComputedStyleUpdatesCommand
impl<'de> Deserialize<'de> for TakeComputedStyleUpdatesCommand
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
Auto Trait Implementations§
impl Freeze for TakeComputedStyleUpdatesCommand
impl RefUnwindSafe for TakeComputedStyleUpdatesCommand
impl Send for TakeComputedStyleUpdatesCommand
impl Sync for TakeComputedStyleUpdatesCommand
impl Unpin for TakeComputedStyleUpdatesCommand
impl UnwindSafe for TakeComputedStyleUpdatesCommand
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