pub enum LineWidth {
Thin(Ident),
Medium(Ident),
Thick(Ident),
Length(Length),
}Variants§
Trait Implementations§
Source§impl Ord for LineWidth
impl Ord for LineWidth
Source§impl PartialOrd for LineWidth
impl PartialOrd for LineWidth
Source§impl ToCursors for LineWidth
impl ToCursors for LineWidth
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for LineWidth
impl Eq for LineWidth
impl StructuralPartialEq for LineWidth
Auto Trait Implementations§
impl Freeze for LineWidth
impl RefUnwindSafe for LineWidth
impl Send for LineWidth
impl Sync for LineWidth
impl Unpin for LineWidth
impl UnwindSafe for LineWidth
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