pub struct StyleSheetRemovedEventParamsBuilder { /* private fields */ }Expand description
Builder for StyleSheetRemovedEventParams.
Implementations§
Source§impl StyleSheetRemovedEventParamsBuilder
impl StyleSheetRemovedEventParamsBuilder
Sourcepub fn style_sheet_id(&mut self, value: StyleSheetId) -> &mut Self
pub fn style_sheet_id(&mut self, value: StyleSheetId) -> &mut Self
Identifier of the removed stylesheet.
Sourcepub fn build(
&self,
) -> Result<StyleSheetRemovedEventParams, StyleSheetRemovedEventParamsBuilderError>
pub fn build( &self, ) -> Result<StyleSheetRemovedEventParams, StyleSheetRemovedEventParamsBuilderError>
Trait Implementations§
Source§impl Clone for StyleSheetRemovedEventParamsBuilder
impl Clone for StyleSheetRemovedEventParamsBuilder
Source§fn clone(&self) -> StyleSheetRemovedEventParamsBuilder
fn clone(&self) -> StyleSheetRemovedEventParamsBuilder
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 StyleSheetRemovedEventParamsBuilder
impl RefUnwindSafe for StyleSheetRemovedEventParamsBuilder
impl Send for StyleSheetRemovedEventParamsBuilder
impl Sync for StyleSheetRemovedEventParamsBuilder
impl Unpin for StyleSheetRemovedEventParamsBuilder
impl UnsafeUnpin for StyleSheetRemovedEventParamsBuilder
impl UnwindSafe for StyleSheetRemovedEventParamsBuilder
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