pub struct CSSScopeBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> CSSScopeBuilder<'a>
impl<'a> CSSScopeBuilder<'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) -> CSSScope<'a>
Auto Trait Implementations§
impl<'a> Freeze for CSSScopeBuilder<'a>
impl<'a> RefUnwindSafe for CSSScopeBuilder<'a>
impl<'a> Send for CSSScopeBuilder<'a>
impl<'a> Sync for CSSScopeBuilder<'a>
impl<'a> Unpin for CSSScopeBuilder<'a>
impl<'a> UnsafeUnpin for CSSScopeBuilder<'a>
impl<'a> UnwindSafe for CSSScopeBuilder<'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