pub struct LayerRule<'a> {
pub name: AtKeyword,
pub prelude: LayerNameList<'a>,
pub block: Option<LayerRuleBlock<'a>>,
pub semicolon: Option<Semicolon>,
}Fields§
§name: AtKeyword§prelude: LayerNameList<'a>§block: Option<LayerRuleBlock<'a>>§semicolon: Option<Semicolon>Trait Implementations§
Source§impl<'a> Ord for LayerRule<'a>
impl<'a> Ord for LayerRule<'a>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> PartialOrd for LayerRule<'a>
impl<'a> PartialOrd for LayerRule<'a>
Source§impl<'a> ToCursors for LayerRule<'a>
impl<'a> ToCursors for LayerRule<'a>
fn to_cursors(&self, s: &mut impl CursorSink)
impl<'a> Eq for LayerRule<'a>
impl<'a> StructuralPartialEq for LayerRule<'a>
Auto Trait Implementations§
impl<'a> Freeze for LayerRule<'a>
impl<'a> !RefUnwindSafe for LayerRule<'a>
impl<'a> !Send for LayerRule<'a>
impl<'a> !Sync for LayerRule<'a>
impl<'a> Unpin for LayerRule<'a>
impl<'a> !UnwindSafe for LayerRule<'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