Struct style::stylesheets::import_rule::ImportLayer
source · pub struct ImportLayer {
pub name: Option<LayerName>,
}
Expand description
The layer keyword or function in an import rule.
Fields§
§name: Option<LayerName>
The layer name, or None for an anonymous layer.
Trait Implementations§
source§impl Clone for ImportLayer
impl Clone for ImportLayer
source§fn clone(&self) -> ImportLayer
fn clone(&self) -> ImportLayer
Returns a copy 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 moresource§impl Debug for ImportLayer
impl Debug for ImportLayer
Auto Trait Implementations§
impl RefUnwindSafe for ImportLayer
impl Send for ImportLayer
impl Sync for ImportLayer
impl Unpin for ImportLayer
impl UnwindSafe for ImportLayer
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> 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