pub enum GridLine {
Auto(Ident),
Span(Ident, Option<PositiveNonZeroInt>, Option<Ident>),
Area(CustomIdent),
Placement(Number, Option<Ident>),
}Variants§
Auto(Ident)
Span(Ident, Option<PositiveNonZeroInt>, Option<Ident>)
Area(CustomIdent)
Placement(Number, Option<Ident>)
Trait Implementations§
Source§impl Ord for GridLine
impl Ord for GridLine
Source§impl PartialOrd for GridLine
impl PartialOrd for GridLine
Source§impl ToCursors for GridLine
impl ToCursors for GridLine
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for GridLine
impl StructuralPartialEq for GridLine
Auto Trait Implementations§
impl Freeze for GridLine
impl RefUnwindSafe for GridLine
impl Send for GridLine
impl Sync for GridLine
impl Unpin for GridLine
impl UnwindSafe for GridLine
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