pub struct TakeComputedStyleUpdatesReturns {
pub nodeIds: Vec<NodeId>,
}Expand description
Polls the next batch of computed style updates.
Fields§
§nodeIds: Vec<NodeId>The list of node Ids that have their tracked computed styles updated.
Trait Implementations§
Source§impl Clone for TakeComputedStyleUpdatesReturns
impl Clone for TakeComputedStyleUpdatesReturns
Source§fn clone(&self) -> TakeComputedStyleUpdatesReturns
fn clone(&self) -> TakeComputedStyleUpdatesReturns
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 TakeComputedStyleUpdatesReturns
impl Default for TakeComputedStyleUpdatesReturns
Source§fn default() -> TakeComputedStyleUpdatesReturns
fn default() -> TakeComputedStyleUpdatesReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TakeComputedStyleUpdatesReturns
impl<'de> Deserialize<'de> for TakeComputedStyleUpdatesReturns
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 TakeComputedStyleUpdatesReturns
impl RefUnwindSafe for TakeComputedStyleUpdatesReturns
impl Send for TakeComputedStyleUpdatesReturns
impl Sync for TakeComputedStyleUpdatesReturns
impl Unpin for TakeComputedStyleUpdatesReturns
impl UnsafeUnpin for TakeComputedStyleUpdatesReturns
impl UnwindSafe for TakeComputedStyleUpdatesReturns
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