Struct script::stylesheet_loader::StylesheetLoader
source · pub struct StylesheetLoader<'a> {
elem: &'a HTMLElement,
}
Fields§
§elem: &'a HTMLElement
Implementations§
source§impl<'a> StylesheetLoader<'a>
impl<'a> StylesheetLoader<'a>
pub fn for_element(element: &'a HTMLElement) -> Self
source§impl<'a> StylesheetLoader<'a>
impl<'a> StylesheetLoader<'a>
pub fn load(
&self,
source: StylesheetContextSource,
url: ServoUrl,
cors_setting: Option<CorsSettings>,
integrity_metadata: String
)
Trait Implementations§
source§impl<'a> StylesheetLoader for StylesheetLoader<'a>
impl<'a> StylesheetLoader for StylesheetLoader<'a>
source§fn request_stylesheet(
&self,
url: CssUrl,
source_location: SourceLocation,
context: &ParserContext<'_>,
lock: &SharedRwLock,
media: Arc<Locked<MediaList>>
) -> Arc<Locked<ImportRule>>
fn request_stylesheet(
&self,
url: CssUrl,
source_location: SourceLocation,
context: &ParserContext<'_>,
lock: &SharedRwLock,
media: Arc<Locked<MediaList>>
) -> Arc<Locked<ImportRule>>
Request a stylesheet after parsing a given @import
rule, and return
the constructed @import
rule.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for StylesheetLoader<'a>
impl<'a> !Send for StylesheetLoader<'a>
impl<'a> !Sync for StylesheetLoader<'a>
impl<'a> Unpin for StylesheetLoader<'a>
impl<'a> !UnwindSafe for StylesheetLoader<'a>
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert