pub enum DiscretionaryElem {
Char(Char),
HList(HList),
VList(VList),
Rule(Rule),
Ligature(Ligature),
Kern(Kern),
}Expand description
Element of a discretionary list.
Variants§
Implementations§
Trait Implementations§
Source§impl Debug for DiscretionaryElem
impl Debug for DiscretionaryElem
Source§impl PartialEq for DiscretionaryElem
impl PartialEq for DiscretionaryElem
Source§impl TryFrom<Horizontal> for DiscretionaryElem
impl TryFrom<Horizontal> for DiscretionaryElem
impl StructuralPartialEq for DiscretionaryElem
Auto Trait Implementations§
impl Freeze for DiscretionaryElem
impl !RefUnwindSafe for DiscretionaryElem
impl !Send for DiscretionaryElem
impl !Sync for DiscretionaryElem
impl Unpin for DiscretionaryElem
impl !UnwindSafe for DiscretionaryElem
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