pub enum ListSource {
ParaShape,
StyleName,
}Expand description
Which axis produced a ParaKind::ListItem classification.
Variants§
ParaShape
Paragraph-shape list heading (StyleLookup::para_list_type) —
second priority.
StyleName
Style-name heuristic (글머리/개조/번호) — lowest priority.
Trait Implementations§
Source§impl Clone for ListSource
impl Clone for ListSource
Source§fn clone(&self) -> ListSource
fn clone(&self) -> ListSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ListSource
Source§impl Debug for ListSource
impl Debug for ListSource
impl Eq for ListSource
Source§impl PartialEq for ListSource
impl PartialEq for ListSource
impl StructuralPartialEq for ListSource
Auto Trait Implementations§
impl Freeze for ListSource
impl RefUnwindSafe for ListSource
impl Send for ListSource
impl Sync for ListSource
impl Unpin for ListSource
impl UnsafeUnpin for ListSource
impl UnwindSafe for ListSource
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.