pub struct CSSSupportsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> CSSSupportsBuilder<'a>
impl<'a> CSSSupportsBuilder<'a>
Sourcepub fn range(self, range: SourceRange) -> Self
pub fn range(self, range: SourceRange) -> Self
The associated rule header range in the enclosing stylesheet (if available).
Sourcepub fn styleSheetId(self, styleSheetId: StyleSheetId<'a>) -> Self
pub fn styleSheetId(self, styleSheetId: StyleSheetId<'a>) -> Self
Identifier of the stylesheet containing this object (if exists).
pub fn build(self) -> CSSSupports<'a>
Auto Trait Implementations§
impl<'a> Freeze for CSSSupportsBuilder<'a>
impl<'a> RefUnwindSafe for CSSSupportsBuilder<'a>
impl<'a> Send for CSSSupportsBuilder<'a>
impl<'a> Sync for CSSSupportsBuilder<'a>
impl<'a> Unpin for CSSSupportsBuilder<'a>
impl<'a> UnsafeUnpin for CSSSupportsBuilder<'a>
impl<'a> UnwindSafe for CSSSupportsBuilder<'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