pub struct CSSPositionTryRuleBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> CSSPositionTryRuleBuilder<'a>
impl<'a> CSSPositionTryRuleBuilder<'a>
Sourcepub fn style_sheet_id(self, style_sheet_id: StyleSheetId<'a>) -> Self
pub fn style_sheet_id(self, style_sheet_id: StyleSheetId<'a>) -> Self
The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.
pub fn build(self) -> CSSPositionTryRule<'a>
Auto Trait Implementations§
impl<'a> Freeze for CSSPositionTryRuleBuilder<'a>
impl<'a> RefUnwindSafe for CSSPositionTryRuleBuilder<'a>
impl<'a> Send for CSSPositionTryRuleBuilder<'a>
impl<'a> Sync for CSSPositionTryRuleBuilder<'a>
impl<'a> Unpin for CSSPositionTryRuleBuilder<'a>
impl<'a> UnsafeUnpin for CSSPositionTryRuleBuilder<'a>
impl<'a> UnwindSafe for CSSPositionTryRuleBuilder<'a>
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