pub struct ComputedStyleUpdatedEventParamsBuilder { /* private fields */ }Expand description
Builder for ComputedStyleUpdatedEventParams.
Implementations§
Source§impl ComputedStyleUpdatedEventParamsBuilder
impl ComputedStyleUpdatedEventParamsBuilder
Sourcepub fn node_id(&mut self, value: NodeId) -> &mut Self
pub fn node_id(&mut self, value: NodeId) -> &mut Self
The node id that has updated computed styles.
Sourcepub fn build(
&self,
) -> Result<ComputedStyleUpdatedEventParams, ComputedStyleUpdatedEventParamsBuilderError>
pub fn build( &self, ) -> Result<ComputedStyleUpdatedEventParams, ComputedStyleUpdatedEventParamsBuilderError>
Trait Implementations§
Source§impl Clone for ComputedStyleUpdatedEventParamsBuilder
impl Clone for ComputedStyleUpdatedEventParamsBuilder
Source§fn clone(&self) -> ComputedStyleUpdatedEventParamsBuilder
fn clone(&self) -> ComputedStyleUpdatedEventParamsBuilder
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 ComputedStyleUpdatedEventParamsBuilder
impl RefUnwindSafe for ComputedStyleUpdatedEventParamsBuilder
impl Send for ComputedStyleUpdatedEventParamsBuilder
impl Sync for ComputedStyleUpdatedEventParamsBuilder
impl Unpin for ComputedStyleUpdatedEventParamsBuilder
impl UnsafeUnpin for ComputedStyleUpdatedEventParamsBuilder
impl UnwindSafe for ComputedStyleUpdatedEventParamsBuilder
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