pub struct TakeComputedStyleUpdatesReturnObjectBuilder { /* private fields */ }Expand description
Builder for TakeComputedStyleUpdatesReturnObject.
Implementations§
Source§impl TakeComputedStyleUpdatesReturnObjectBuilder
impl TakeComputedStyleUpdatesReturnObjectBuilder
Sourcepub fn node_ids(&mut self, value: NodeId) -> &mut Self
pub fn node_ids(&mut self, value: NodeId) -> &mut Self
The list of node Ids that have their tracked computed styles updated.
Sourcepub fn build(
&self,
) -> Result<TakeComputedStyleUpdatesReturnObject, TakeComputedStyleUpdatesReturnObjectBuilderError>
pub fn build( &self, ) -> Result<TakeComputedStyleUpdatesReturnObject, TakeComputedStyleUpdatesReturnObjectBuilderError>
Builds a new TakeComputedStyleUpdatesReturnObject.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for TakeComputedStyleUpdatesReturnObjectBuilder
impl Clone for TakeComputedStyleUpdatesReturnObjectBuilder
Source§fn clone(&self) -> TakeComputedStyleUpdatesReturnObjectBuilder
fn clone(&self) -> TakeComputedStyleUpdatesReturnObjectBuilder
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 moreAuto Trait Implementations§
impl Freeze for TakeComputedStyleUpdatesReturnObjectBuilder
impl RefUnwindSafe for TakeComputedStyleUpdatesReturnObjectBuilder
impl Send for TakeComputedStyleUpdatesReturnObjectBuilder
impl Sync for TakeComputedStyleUpdatesReturnObjectBuilder
impl Unpin for TakeComputedStyleUpdatesReturnObjectBuilder
impl UnsafeUnpin for TakeComputedStyleUpdatesReturnObjectBuilder
impl UnwindSafe for TakeComputedStyleUpdatesReturnObjectBuilder
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