pub struct InlineStyleInvalidatedEventParamsBuilder { /* private fields */ }Expand description
Builder for InlineStyleInvalidatedEventParams.
Implementations§
Source§impl InlineStyleInvalidatedEventParamsBuilder
impl InlineStyleInvalidatedEventParamsBuilder
Sourcepub fn node_ids(&mut self, value: Vec<NodeId>) -> &mut Self
pub fn node_ids(&mut self, value: Vec<NodeId>) -> &mut Self
Ids of the nodes for which the inline styles have been invalidated.
Sourcepub fn build(
&self,
) -> Result<InlineStyleInvalidatedEventParams, InlineStyleInvalidatedEventParamsBuilderError>
pub fn build( &self, ) -> Result<InlineStyleInvalidatedEventParams, InlineStyleInvalidatedEventParamsBuilderError>
Builds a new InlineStyleInvalidatedEventParams.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for InlineStyleInvalidatedEventParamsBuilder
impl Clone for InlineStyleInvalidatedEventParamsBuilder
Source§fn clone(&self) -> InlineStyleInvalidatedEventParamsBuilder
fn clone(&self) -> InlineStyleInvalidatedEventParamsBuilder
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 InlineStyleInvalidatedEventParamsBuilder
impl RefUnwindSafe for InlineStyleInvalidatedEventParamsBuilder
impl Send for InlineStyleInvalidatedEventParamsBuilder
impl Sync for InlineStyleInvalidatedEventParamsBuilder
impl Unpin for InlineStyleInvalidatedEventParamsBuilder
impl UnsafeUnpin for InlineStyleInvalidatedEventParamsBuilder
impl UnwindSafe for InlineStyleInvalidatedEventParamsBuilder
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